summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-13 00:57:28 +0200
committerMiguel <m.i@gmx.at>2018-10-13 00:57:28 +0200
commit279f3336a8f6b31ca38bdd272c73aebd68fa88fe (patch)
treeb4bb4a21a4acf38eb810768ac6c1b099e2f18a58 /README.md
parentb461c3558b2fe765a4bac512638b0acf5185b4bb (diff)
ncurses arrow keys working etc
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2deec47..581a3dd 100644
--- a/README.md
+++ b/README.md
@@ -89,11 +89,15 @@ FoolOS was/is tested/developed on the following emulators/machines
Todos
-----
+Autobuild via Jenkins (sanbboxed?)
+streamline: binutils,gcc,newlib,ncurses,ncurses-examples.vim building
+mesa3d, quake,doom, netwookring tcp/ip
+
* PRIO: ringbuffers (spinlock on/off, interrupts on/off, read/write blocks of data);
* PRIO: Writing to ext2 RAM-image!!!!
* PRIO: Fix scheduler. use all cpus! / accounting/bookkeppiung x86: tsc /rdtscp? / load bareer / queues?
* PRIO: gcc toolchain
-* PRIO: /dev/tty
+* PRIO: /dev/tty / function and arrow keys
* PRIO: semaphores/ mutexes
* PRIO: return value / argv / env
@@ -122,6 +126,9 @@ Todos
* EXTRA: Crazy & Funny terminal effects while typing (idea)
* EXTRA: port to arm and berryboot / minicom?
* EXTRA: port doom/quake/mesa 3d
+* EXTRA: ghc cross compiler / ghc port
+* EXTRA: piper-os
+* EXTRE: matrix desgin. star wars terminal etc..
1.GCC & Binutils
@@ -150,9 +157,15 @@ Todos
* ncurses: ../ncurses-6.1/configure --host=i686-foolos --without-tests
--with-fallbacks="fool-term" --with-debug --prefix=/usr --with-termlib
+
+ ../ncurses-6.1/configure --host=i686-foolos --with-fallbacks="fool-term" --prefix=/usr
+
* ncurses-examples: ../ncurses-examples-20180127/configure --host=i686-foolos --prefix=/usr --with-ncurses
make DESTDIR=/home/miguel/temp/foolos/ install
+ * vim:
+ vim_cv_memcpy_handles_overlap=no vim_cv_bcopy_handles_overlap=no vim_cv_memmove_handles_overlap=no vim_cv_stat_ignores_slash=no vim_cv_getcwd_broken=no vim_cv_tty_group=world vim_cv_tty_mode=0620 vim_cv_tgetent=zero vim_cv_terminfo=no vim_cv_toupper_broken=no ./configure --host=i686-foolos --prefix=/usr --with-tlib=tinfo
+
Disclaimer
==========