diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -86,16 +86,17 @@ FoolOS is tested/developed on the following emulators/machines Todos ----- -* pipe\_syscall * Newlib errno / return value / argv / env -* Cleanup Virtual Memory Manager / Flush TLB (?) +* pipe\_syscall +* DMA where possible! * Mouse & KB processing in seperate task. -* Kernel Stuff Reent? -* Posix getdents and cleanup syscalls +* Kernel Stuff Reentrancy? +* Cleanup syscalls * Writing to ext2 RAM-image * Mutexes +* create/remove pages on demand (sbrk, stack, load prog) -* GCC optimizations (break kernel?) +* GCC optimizations (break kernel?) / volatile?? * Ethernet driver E1000 / NS2000 & Networking stack (ipxe network drivers?) |
