diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
| commit | f35d2124c36f8d39a953b76620e081b79c2faffd (patch) | |
| tree | 216e3a75841acc69672bf5640cc2f86e93e1ba37 /interface/README | |
| parent | 2a6690e9fd53a02613796764248006e06ac482d6 (diff) | |
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'interface/README')
| -rw-r--r-- | interface/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/interface/README b/interface/README new file mode 100644 index 0000000..199cc8c --- /dev/null +++ b/interface/README @@ -0,0 +1,19 @@ +This files are required for compiling newlib for fool os. +they go into this dir or similar.. + +~/Downloads/newlib-foolos/newlib/libc/sys/foolos + +configure.in +Makefile.am + +syscall.h +syscall.s + +syscalls.h +syscalls.c + +crt0.h +crt0.s + +this should to /usr/include/sys +fs.h -> sys/dirent.h !! required by kernel/userspace and maybe clibrary |
