Get the ol' Dreamcast target building and sort of booting again.
[newos.git] / boot / dreamcast / config.ini
blob45e8bf739a53c533ed6ce7bba8f77e2f84efcecf
1 # ---------------------------------------------------------------
2 # The bootstrap code is where control starts once netboot, boot.com,
3 # etc loads the image. It creates a page table to map the kernel in
4 # at 0x80000000 and then jumps to the kernel entrypoint where things
5 # really start happening. This MUST be the first entry in the .ini
7 [bootstrap]
8 type=elf32
9 file=build/sh4-dreamcast/boot/dreamcast/stage2
11 [kernel]
12 type=elf32
13 file=build/sh4-dreamcast/kernel/kernel
15 [bootscript]
16 type=text
17 file=scripts/bootscript
19 [loginscript]
20 type=text
21 file=scripts/loginscript
23 [addons/fs/iso9660]
24 type=elf32
25 file=build/sh4-dreamcast/kernel/addons/fs/iso9660/iso9660
27 [addons/fs/nfs]
28 type=elf32
29 file=build/sh4-dreamcast/kernel/addons/fs/nfs/nfs
31 [addons/fs/zfs]
32 type=elf32
33 file=build/sh4-dreamcast/kernel/addons/fs/zfs/zfs
35 #[bin/init]
36 #type=elf32
37 #file=build/sh4-dreamcast/apps/init/init
39 #[bin/window_server]
40 #type=elf32
41 #file=build/sh4-dreamcast/apps/window_server/window_server
43 #[bin/guiapp]
44 #type=elf32
45 #file=build/sh4-dreamcast/apps/guiapp/guiapp
47 #[bin/consoled]
48 #type=elf32
49 #file=build/sh4-dreamcast/apps/consoled/consoled
51 #[bin/inputd]
52 #type=elf32
53 #file=build/sh4-dreamcast/apps/inputd/inputd
55 #[bin/socketd]
56 #type=elf32
57 #file=build/sh4-dreamcast/apps/socketd/socketd
59 #[bin/telnetd]
60 #type=elf32
61 #file=build/sh4-dreamcast/apps/telnetd/telnetd
63 #[bin/shell]
64 #type=elf32
65 #file=build/sh4-dreamcast/apps/shell/shell
67 #[bin/ls]
68 #type=elf32
69 #file=build/sh4-dreamcast/apps/ls/ls
71 #[bin/mount]
72 #type=elf32
73 #file=build/sh4-dreamcast/apps/mount/mount
75 #[bin/unmount]
76 #type=elf32
77 #file=build/sh4-dreamcast/apps/unmount/unmount
79 #[bin/fortune]
80 #type=elf32
81 #file=build/sh4-dreamcast/apps/fortune/fortune
83 #[etc/fortunes]
84 #type=data
85 #file=apps/fortune/fortunes
87 #[bin/rm]
88 #type=elf32
89 #file=build/sh4-dreamcast/apps/rm/rm
91 #[bin/ps]
92 #type=elf32
93 #file=build/sh4-dreamcast/apps/ps/ps
95 #[bin/top]
96 #type=elf32
97 #file=build/sh4-dreamcast/apps/top/top
99 #[bin/nettest]
100 #type=elf32
101 #file=build/sh4-dreamcast/apps/nettest/nettest
103 #[bin/irc]
104 #type=elf32
105 #file=build/sh4-dreamcast/apps/irc/irc
107 #[bin/testapp]
108 #type=elf32
109 #file=build/sh4-dreamcast/apps/testapp/testapp
111 #[bin/true]
112 #type=elf32
113 #file=build/sh4-dreamcast/apps/true/true
115 #[bin/false]
116 #type=elf32
117 #file=build/sh4-dreamcast/apps/false/false
119 #[bin/vmtest]
120 #type=elf32
121 #file=build/sh4-dreamcast/apps/vmtest/vmtest
123 #[bin/vtcolors]
124 #type=elf32
125 #file=build/sh4-dreamcast/apps/vtcolors/vtcolors
127 #[bin/fibo]
128 #type=elf32
129 #file=build/sh4-dreamcast/apps/fibo/fibo
131 [libexec/rld.so]
132 type=elf32
133 file=build/sh4-dreamcast/apps/rld/rld.so
135 #[bin/rldtest]
136 #type=elf32
137 #file=build/sh4-dreamcast/apps/rldtest/rldtest
139 #[lib/librldtest.so]
140 #type=elf32
141 #file=build/sh4-dreamcast/apps/rldtest/librldtest.so
143 #[lib/girlfriend.so]
144 #type=elf32
145 #file=build/sh4-dreamcast/apps/rldtest/girlfriend.so
147 #[lib/libc.so]
148 #type=elf32
149 #file=build/sh4-dreamcast/lib/libc/libc.so
151 #[lib/libm.so]
152 #type=elf32
153 #file=build/sh4-dreamcast/lib/libm/libm.so
155 #[lib/libsocket.so]
156 #type=elf32
157 #file=build/sh4-dreamcast/lib/libsocket/libsocket.so
159 #[lib/libwin.so]
160 #type=elf32
161 #file=build/sh4-dreamcast/lib/libwin/libwin.so
163 [testfile]
164 type=data
165 file=boot/testfile
167 [test.iso]
168 type=data
169 file=boot/test.iso