From b461c3558b2fe765a4bac512638b0acf5185b4bb Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 12 Oct 2018 00:30:44 +0200 Subject: imeplemented /dev/tty and minimalistic "less" --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ccf9710..2deec47 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3