Menu.lst-Examples

From TUDOS-Wiki
Revision as of 13:16, 30 March 2008 by Adam (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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?