summaryrefslogtreecommitdiff
path: root/doc/roadmap.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/roadmap.txt')
-rw-r--r--doc/roadmap.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/roadmap.txt b/doc/roadmap.txt
index cf14395..dabae61 100644
--- a/doc/roadmap.txt
+++ b/doc/roadmap.txt
@@ -1,11 +1,11 @@
-** 0.0.4 'Cat in my heart' **
-- [OK] Userland heap (meaning kernel can give memory to processes)
-- [OK] Userland helper functions for objects (server and client, shared memory segment manager)
-- [OK] Basic object method for knowing if object handles another method (list methods in src/include/gm)
-- [OK] A manager module that manages all other running modules (the privilege of manager is given by the kernel to the first module loaded)
-
-** 0.0.5 'Truth is better cold' **
-- Review privilege system
-- Driver processes can ask to map physical memory in their address space
-- Redo all messaging stuff, simpler.
-- Keyboard driver, veryveryvery simple shell module using kbd driver and printk
+T/CE is a new project with a lot of ideas and not a lot of organization.
+
+Stuff to do :
+
+- remove useless code from grapes
+- clean up existing code
+- reorganize directories
+
+- document the new syscall (Interface/Class/Object) system
+- basic implementation
+