summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-22 21:42:32 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-22 21:42:32 +0200
commitea57cab0a04815d0c6dd19e865462c5fd09f9190 (patch)
tree9c45b900832e4e7ed989fd13ed438d417a882573 /README.md
parente8cb198d0da1f2bcc8c692c03ed45eead3d0eb16 (diff)
minor README updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6dfac0e..e599fdd 100644
--- a/README.md
+++ b/README.md
@@ -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
------------