diff options
| author | Miguel <m.i@gmx.at> | 2018-10-11 19:48:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-11 19:48:02 +0200 |
| commit | 2e8d1bc3b6aa0671995860ca8a09c97523f3538d (patch) | |
| tree | 8956db101a3467ccb6be275f68104501159553f4 /README.md | |
| parent | 1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (diff) | |
ported ncurses almost ! ncurses-examples work almost fine now!!!
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 |
