diff options
| author | Miguel <m.i@gmx.at> | 2018-10-12 00:30:44 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-12 00:30:44 +0200 |
| commit | b461c3558b2fe765a4bac512638b0acf5185b4bb (patch) | |
| tree | 62d025135865f1752c7d884ac92fdcdd39b21654 /README.md | |
| parent | 2e8d1bc3b6aa0671995860ca8a09c97523f3538d (diff) | |
imeplemented /dev/tty and minimalistic "less"
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,6 +93,7 @@ Todos * 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: semaphores/ mutexes * PRIO: return value / argv / env @@ -108,6 +109,8 @@ Todos * 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!) +* TODO: flush open streams on exit as discussed in 7.21.3 : n1570, c11: https://port70.net/~nsz/c/c11/n1570.html#7.21.3 +* TODO: signals * EXTRA: fallback to pic/pit |
