[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnumach + oskit + pcmcia boot failure:
From: |
Daniel Wagner |
Subject: |
Re: gnumach + oskit + pcmcia boot failure: |
Date: |
Sat, 16 Nov 2002 12:11:38 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
Bin Ren <bin_ren@myrealbox.com> 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 command line is really only one line!
> Anything wrong?
Try to compile your own gnumach kernel without my patch first. If it's
still not working, then you should only build gnumach only with the
drivers you want (e.g. 'make kernel-ide+floppy+ethernet_ne')
wagi