]> rtime.felk.cvut.cz Git - l4.git/blob - l4/conf/modules.list
748d57aa669282557bd88f98f25593b348a44839
[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