Grub problem
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Thu Jun 9 22:52:21 CEST 2005
On Thu Jun 09, 2005 at 14:46:59 +0200, fabs0028 at free.fr wrote:
> For the record here is my grub menu.lst concerning l4linux
>
> title L4/Linux
> root (hd0,0)
> kernel /l4linux/rmgr task modname "bmodfs" module module module
> module /l4linux/fiasco
> module /l4linux/bmodfs
> module /l4linux/libloader.s.so
> module /l4linux/run-l4
> module /l4linux/vmlinuz26
> module /l4linux/loader --fprov=BMODFS run-l4
This isn't going to work. You're missing some of the modules. The dots
in the example on the website are there for a reason. It is meant as the
changes to the above example.
Your example may go like this:
title L4/Linux
root (hd0,0)
kernel /l4linux/rmgr -sigma0 task modname "L4Linux task" task modname "bmodfs" module module module
modaddr 0x02000000
module /l4linux/fiasco -nowait -nokdb -serial_esc -comspeed 115200 -comport 1
module /l4linux/sigma0
module /l4linux/names
module /l4linux/log
module /l4linux/dm_phys
module /l4linux/simple_ts -t 300
module /l4linux/l4io --noirq
module /l4linux/bmodfs
module /l4linux/libloader.s.so
module /l4linux/run-l4
module /l4linux/vmlinuz26
module /l4linux/l4exec
module /l4linux/loader --fprov=BMODFS run-l4
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list