diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
