From 2e8d1bc3b6aa0671995860ca8a09c97523f3538d Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 11 Oct 2018 19:48:02 +0200 Subject: ported ncurses almost ! ncurses-examples work almost fine now!!! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7b3e289..ccf9710 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Todos * TODO: check Kernel Stuff Reentrancy? multicpu? interrupt syscall processing? Cleanup syscalls * TODO: GCC optimizations (break kernel?) / volatile keyword etc? * TODO: gcc-foolos (Porting (ncurses, gcc, binutils, vim, apache...) +* TODO: why do we provide 2 versions of syscalls (underscore and no underscore?) for newlib (non underscore collide with standard!) * EXTRA: fallback to pic/pit @@ -144,7 +145,7 @@ Todos * ref: Cross Porting Software * ncurses: ../ncurses-6.1/configure --host=i686-foolos --without-tests - --with-fallbacks="fool-term" --with-debug --prefix=/usr --with-termlib --without-progs + --with-fallbacks="fool-term" --with-debug --prefix=/usr --with-termlib * ncurses-examples: ../ncurses-examples-20180127/configure --host=i686-foolos --prefix=/usr --with-ncurses make DESTDIR=/home/miguel/temp/foolos/ install -- cgit v1.2.3