diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:42:32 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:42:32 +0200 |
| commit | ea57cab0a04815d0c6dd19e865462c5fd09f9190 (patch) | |
| tree | 9c45b900832e4e7ed989fd13ed438d417a882573 | |
| parent | e8cb198d0da1f2bcc8c692c03ed45eead3d0eb16 (diff) | |
minor README updates
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -68,14 +68,15 @@ Please note that all features are only very rudimentary and buggy. * Keyboard driver (redesign!) * VESA * Spinlocks +* Simple Shell +* Simple Ext2 driver (read-only) Todos ----- -* set up os-specific toolchain -* set dependancies in the makefile! -* Port newlib and gcc -* Shell +* set up os-specific toolchain! +* set dependancies in the makefile properly! +* Port coreutils, gcc? * E1000 driver * Networking stack * Web-server @@ -86,14 +87,13 @@ Todos * ARM * JVM * USB driver -* Ext2 driver * Higher half kernel Issues ------ * Assumed support for VESA mode 0x114 with linear addressing. -* Control of stack heap growth. +* Control of stack heap growth? Organization ------------ |
