diff options
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 |
