]> 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 # 'module' variants
23 # - module file: add file
24 # - module-glob /some/path/*.foo: add all file matching
25 # - module-perl perl-code: Perl code returns array of files to include
26 # - moe file.cfg: expands to
27 #        roottask moe rom/file.cfg
28 #        module file.cfg
29 #
30 # Define a module group:
31 #  group oftenneedthose
32 #  module one
33 #  module two
34 #  module ...
35 #
36 # Use a module group:
37 #  entry someentry
38 #  module-group oftenneedthose
39 #
40 # Set defaults:
41 # - default-kernel: set default kernel including arguments
42 # - default-sigma0: set default sigma0 including arguments
43 # - default-roottask: set default roottask including arguments
44
45 modaddr 0x01100000
46
47 entry hello
48 roottask moe --init=rom/hello
49 module l4re
50 module hello
51
52 entry hello-cfg
53 roottask moe rom/hello.cfg
54 module l4re
55 module ned
56 module hello.cfg
57 module hello
58
59 entry hello-shared
60 kernel fiasco -serial_esc
61 roottask moe --init=rom/ex_hello_shared
62 module l4re
63 module ex_hello_shared
64 module libld-l4.so
65 module libl4util.so
66 module libl4sys.so
67 module libl4sys-direct.so
68 module libdl.so
69 module lib4re.so
70 module lib4re-util.so
71 module libc_support_misc.so
72 module libc_be_socket_noop.so
73 module libc_be_l4refile.so
74 module libc_be_l4re.so
75 module r/libsupc++.so
76 module r/libuc_c.so
77
78 entry L4linux ARM
79 roottask moe rom/l4lx.cfg
80 module l4re
81 module ned
82 module l4lx.cfg
83 module io
84 module arm-rv.io
85 module vmlinuz.arm
86 module ramdisk-arm.rd
87
88 entry L4Linux-mag-x86
89 roottask moe rom/l4lx-gfx.cfg
90 module l4re
91 module ned
92 module l4lx-gfx.cfg
93 module io
94 module fb-drv
95 module mag
96 module x86-legacy.devs
97 module l4lx-x86.io
98 module vmlinuz
99 module ramdisk-x86.rd
100