Re: Hurd_condition_wait

2002-11-16 Thread Neal H. Walfield
> This would work assuming I can freely replace __spin_lock and > __spin_unlock glibc functions by pthread_spin_lock and > pthread_spin_unlock, and they are compatible. You can. > /* Just like pthread_condition_wait, but cancellable. Returns true if > cancelled. */ > int > hurd_pthread_cond_wai

Hurd_condition_wait

2002-11-16 Thread Vicente Hernando Ara
Hi all! The following is a hurd_condition_wait replacement with pthread code. This would work assuming I can freely replace __spin_lock and __spin_unlock glibc functions by pthread_spin_lock and pthread_spin_unlock, and they are compatible. hurd_pthread_cond_wait function: /* Just like pthrea

Re: gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread David Walter
Daniel Wagner <[EMAIL PROTECTED]> writes: > Bin Ren <[EMAIL PROTECTED]> writes: title GNU/Hurd OSKit root (hd0,8) kernel /boot/kernel root=device:hd0s9 -- module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host

Re: gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread Daniel Wagner
> When calling configure on the OSKit you must ensure that > > --enable-indirect-osenv That's not needed anymore. I spend 3 days wondering why my gnumach version didn't work. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread Joachim Nilsson
Bin Ren wrote: When I boot, I encounter the following error message: Kernel page fault at address 0x1c, eip = 0x15268c kernel page fault trap, eip 0x... kernel trap, type 14, code = 0 Dump of trap state at 0x... EAX ... EBX ... ECX ... trapno 14, error from kernel mode page fault linear

Re: gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread James Morrison
--- Bin Ren <[EMAIL PROTECTED]> wrote: > Kernel page fault at address 0x1c, eip = 0x15268c > kernel page fault trap, eip 0x... > kernel trap, type 14, code = 0 > Dump of trap state at 0x... > EAX ... EBX ... ECX ... > > trapno 14, error from kernel mode > page fault linear address c0

Re: gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread Daniel Wagner
Bin Ren <[EMAIL PROTECTED]> writes: > module /hurd/ext2fs.static > --multiboot-command-line=${kernel-command-line} > --host-priv-port=${host-port} --device-master-port=${device-port} > --exec-server-task=${exec-task} -T typed ${root} $(task-create) > $(task-resume) make sure, that the co

Re: Bug#169251: patch for GNU/Hurd

2002-11-16 Thread Robert Millan
On Sat, Nov 16, 2002 at 09:28:21PM +1100, Herbert Xu wrote: > On Fri, Nov 15, 2002 at 07:11:04PM +0100, Robert Millan wrote: > > Package: netkit-rsh > > Severity: important > > Tags: patch sid > > > > The attached patch fixes netkit-rsh to build on GNU. > > Thanks for the patch. > > But the bits

gnumach + oskit + pcmcia boot failure:

2002-11-16 Thread Bin Ren
Hi, all: I've done all the things according to Wagi's last email about patching gnumach and oskit for pcmcia support. I successfully compiled the gnumach kernel on Debian and copied it to my Hurd home partition. I added the following lines to "grub.conf": title GNU/Hurd OSKit root (hd0,8)