summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-11 19:48:02 +0200
committerMiguel <m.i@gmx.at>2018-10-11 19:48:02 +0200
commit2e8d1bc3b6aa0671995860ca8a09c97523f3538d (patch)
tree8956db101a3467ccb6be275f68104501159553f4 /README.md
parent1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (diff)
ported ncurses almost ! ncurses-examples work almost fine now!!!
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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