Re: GNU Mach: disabling all network device drivers

2010-05-13 Thread Da Zheng
On 10-5-14 下午1:17, olafbuddenha...@gmx.net wrote: > Hi, > > On Thu, May 13, 2010 at 08:59:59AM -0400, Zheng Da wrote: > >> It is really weird. I built gnumach with --disable-device-drivers >> --enable-ide --enable-kdb. I boot hurd with the new kernel and run the >> user-level network drivers but

Re: Race condition between memory_object_terminate and RPCs

2010-05-13 Thread olafBuddenhagen
Hi, On Tue, May 11, 2010 at 11:48:12AM +0200, Sergio Lopez wrote: [...] > I suggest to change m_o_terminate simpleroutine, so it won't transfer > memory object control port receive right to the external memory > manager, deallocating it in the kernel instead. Unfortunately I do not understand en

Re: GNU Mach: disabling all network device drivers

2010-05-13 Thread olafBuddenhagen
Hi, On Thu, May 13, 2010 at 08:59:59AM -0400, Zheng Da wrote: > It is really weird. I built gnumach with --disable-device-drivers > --enable-ide --enable-kdb. I boot hurd with the new kernel and run the > user-level network drivers but got a kernel general protection trap. I > tried several drive

Re: GNU Mach: disabling all network device drivers

2010-05-13 Thread Zheng Da
Hello, On Wed, May 12, 2010 at 12:26 PM, Thomas Schwinge wrote: > Hello! > > Adding the possibility to programmatically disable all network device > drivers into GNU Mach's configure script is possible, but it'll take a > bunch of time if done properly, or I can do it in a very, very ugly way. >

Re: GNU Mach: disabling all network device drivers

2010-05-13 Thread Samuel Thibault
Da Zheng, le Thu 13 May 2010 08:12:03 +0800, a écrit : > qemu is extremely slow. the fewer files are compiled, the better it is > for me. Thanks. I usually build in my Linux host actually. Samuel

Re: GNU Mach: disabling all network device drivers

2010-05-13 Thread Da Zheng
On 10-5-13 下午6:06, Samuel Thibault wrote: > Da Zheng, le Thu 13 May 2010 08:12:03 +0800, a écrit : >> qemu is extremely slow. the fewer files are compiled, the better it is >> for me. Thanks. > > I usually build in my Linux host actually. Right. I should also do that. Zheng Da