From f35d2124c36f8d39a953b76620e081b79c2faffd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 23:08:07 +0200 Subject: moved newlib specific stuff and similar into ./interface/ --- interface/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 interface/README (limited to 'interface/README') 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 -- cgit v1.2.3