Re: Contribution to FreeBSD network stack

2010-01-31 Thread Jordan Gordeev
On 1/31/10 3:50 PM, shashidhara none wrote: Hi All, I am interested to contribute to FreeBSD network stack. I found some projects at http://wiki.freebsd.org/Networking . But could not figure out how to start working on the same. Please help. Which project have you chosen? Do you have relevant

Re: Google SoC 2009 Idea

2009-02-24 Thread Jordan Gordeev
Sam Leffler wrote: Siddharth Prakash Singh wrote: On Wed, Feb 25, 2009 at 12:30 AM, Ray Mihm ray.m...@gmail.com wrote: Title: Multicore Aware Process Scheduler. I have not gone through the process scheduler code of Free BSD. Hence, I am not yet aware about the current support for Multicore

Re: Boot loader + malloc

2008-08-21 Thread Jordan Gordeev
Oliver Fromme wrote: Hello, I've got a small question regarding $subject. I'm looking at this code snippet from src/sys/boot/i386/loader/main.c: #if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) heap_top = PTOV(memtop_copyin); memtop_copyin -= 0x30;

Re: vkernel GSoC, some questions

2008-03-18 Thread Jordan Gordeev
Matthew Dillon wrote: :Matt, : :We use VMWare Server at work. It does not have the same nice image management interface and/or video capture as commercial counterparts. However, it is is free and testing on it helps us out big time. We never concluded whether it maked sense to pay for VMWare

Re: vkernel GSoC, some questions

2008-03-16 Thread Jordan Gordeev
Andrey V. Elsukov wrote: 16.03.08, 09:30, David O'Brien [EMAIL PROTECTED]: Add virtual kernel (vkernel) support to FreeBSD for the i386 and amd64 architectures. The vkernel support in question is the one found in DragonFlyBSD. Not being up on DragonFlyBSD, can you better

vkernel GSoC, some questions

2008-03-15 Thread Jordan Gordeev
Hello! I am a student who considers applying for Google's Summer of Code programme. One of my ideas for a GSoC project has the following synopsis: Add virtual kernel (vkernel) support to FreeBSD for the i386 and amd64 architectures. The vkernel support in question is the one found in