]> rtime.felk.cvut.cz Git - l4.git/blob - l4/conf/modules.list
update
[l4.git] / l4 / conf / modules.list
1 # vim:set ft=l4mods:
2 # Module configuration file for single image mode
3 #
4 # kernel, sigma0 and moe are always loaded automatically
5 #
6 # add kernel command line arguments with
7 #  kernel fiasco arguments...
8 # the seconds argument here is the binary name
9
10 # add sigma command line arguments with
11 #  sigma0 sigma0 arguments...
12 # the second sigma0 is the binary name
13 #
14 # add roottask command line arguments with
15 #  roottask moe arguments...
16 # the second roottask is the binary name
17 #
18 # modaddr: address where modules start, relative to begin of RAM
19 #   this statement is either global (before first entry statement)
20 #   or per entry
21
22 modaddr 0x01100000
23
24 entry hello
25 roottask moe --init=rom/hello
26 module l4re
27 module hello
28
29 entry hello-cfg
30 roottask moe rom/hello.cfg
31 module l4re
32 module ned
33 module hello.cfg
34 module hello
35
36 entry hello-shared
37 roottask moe --init=rom/ex_hello_shared
38 module l4re
39 module ex_hello_shared
40 module libld-l4.so
41 module libl4util.so
42 module libl4sys.so
43 module libl4sys-direct.so
44 module libdl.so
45 module lib4re.so
46 module lib4re-util.so
47 module libc_support_misc.so
48 module libc_be_socket_noop.so
49 module libc_be_l4refile.so
50 module libc_be_l4re.so
51 module r/libsupc++.so
52 module r/libuc_c.so
53
54 entry L4linux ARM
55 roottask moe rom/l4lx.cfg
56 module l4re
57 module ned
58 module l4lx.cfg
59 module io
60 module arm-rv.io
61 module vmlinuz.arm
62 module ramdisk-arm.rd
63
64 entry L4Linux-mag-x86
65 roottask moe rom/l4lx-gfx.cfg
66 module l4re
67 module ned
68 module l4lx-gfx.cfg
69 module io
70 module fb-drv
71 module mag
72 module x86-legacy.devs
73 module l4lx-x86.io
74 module vmlinuz
75 module ramdisk-x86.rd
76