changeset 423:0ec11d9b5651

v0.12 update Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 22 Jan 2008 22:27:59 -0500
parents 10a6f9228ef3
children 9157b56687f6
files TODO
diffstat 1 files changed, 15 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Tue Jan 22 22:26:54 2008 -0500
+++ b/TODO	Tue Jan 22 22:27:59 2008 -0500
@@ -1,15 +1,23 @@
-pre v0.12:
+pre v0.13:
   - multi-console generic console layer
     - have a queue with all consoles vs. have a thread per console?
-  - buddy allocator
-    - use a tree
-    - 2 zones (<2GB, >2GB)
-  - address spaces for processes
-  - scheduler
-    - multi-tick quanta
+  - disable DAT in nucleus or use secondary AS
+  - set up storage for the guest
+  - directory
+    - virtual device info
+  - cp
+    - few trivial commands
+
+pre v0.14:
+  - directory
+    - multiple users
+    - password
 
 whenever:
   - figure out how to make an aws tape
   - fix device detection of 3420s
   - build
     - fix `make foo/bar.o` and `make foo/bar.s`
+  - DAT
+    - allow more than 2 GB of storage to be used
+    - check for FIXMEs related to <2GB memory usage