Menu.lst-Examples: Difference between revisions
From TUDOS-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
vbeset 0x117 | vbeset 0x117 | ||
Example with bmodfs: | |||
title Example with bmodfs | |||
kernel P/bootstrap | |||
modaddr 0x02000000 | |||
modaddr 0x02000000 | |||
module P/fiasco | |||
module P/sigma0 | |||
module P/roottask task modname "bmodfs" attached 1 modules | |||
module P/names | |||
module P/log | |||
module P/dm_phys | |||
module P/l4io | |||
module P/simple_ts | |||
module P/bmodfs | |||
module P/hello | |||
module P/loader --fprov=BMODFS hello | |||
There are some more at [http://os.inf.tu-dresden.de/L4/LinuxOnL4/use-2.6.shtml]. | There are some more at [http://os.inf.tu-dresden.de/L4/LinuxOnL4/use-2.6.shtml]. | ||
More? | More? |
Latest revision as of 13:16, 30 March 2008
P is the path to the binaries.
'hello' example:
title hello kernel P/bootstrap modaddr 0x02000000 module P/fiasco module P/sigma0 module P/roottask module P/hello
'DOpE' example:
title DOpE kernel P/bootstrap modaddr 0x02000000 module P/fiasco module P/sigma0 module P/roottask module P/names module P/log module P/dm_phys module P/l4io module P/l4dope module P/vscrtest vbeset 0x117
Example with bmodfs:
title Example with bmodfs kernel P/bootstrap modaddr 0x02000000 modaddr 0x02000000 module P/fiasco module P/sigma0 module P/roottask task modname "bmodfs" attached 1 modules module P/names module P/log module P/dm_phys module P/l4io module P/simple_ts module P/bmodfs module P/hello module P/loader --fprov=BMODFS hello
There are some more at [1].
More?