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