added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / i386-all / contents.xml
blobf219d57f912ab78075b2d7664a9d13d2f050536a
1 <contents>
2 <item>
3     <file>init.c</file>
4     This file contains the real <code>main()</code> and sets
5         up all libraries, devices and all other stuff which
6         must be known before the first user process can
7         begin to work.
9 </item>
11 <item>
12     <file>machine.h</file>
13     Constants which allow Exec to adjust to
14         the local hardware.
16 </item>
18 <item>
19     <file>makefile</file>
20     This is a good example of how
21         sub-makefiles for AROS should look like.
23 </item>
24 </contents>