summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-03-31 17:26:21 +0200
committerAlexis211 <alexis211@gmail.com>2010-03-31 17:26:21 +0200
commitb945eafa126d6a17aa8826a405df7d5d4d999008 (patch)
tree34b5ba6f0c13b1b35770375f51183a047271a4d4 /doc
parentad1ec29070e1ffba7461687cd268e64be06aa78b (diff)
downloadTCE-b945eafa126d6a17aa8826a405df7d5d4d999008.tar.gz
TCE-b945eafa126d6a17aa8826a405df7d5d4d999008.zip
Shared memory segment manager in userland
Diffstat (limited to 'doc')
-rw-r--r--doc/roadmap.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/roadmap.txt b/doc/roadmap.txt
index 7304e4b..de4b3cb 100644
--- a/doc/roadmap.txt
+++ b/doc/roadmap.txt
@@ -1,8 +1,7 @@
** 0.0.4 'Cat in my heart' **
- [OK] Userland heap (meaning kernel can give memory to processes)
-- Userland helper functions for objects (server and client)
-- Basic object method for knowing if object handles another method (list methods in src/include/gm)
-- Userland library for writing numbers and other stuff
+- 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)
- 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' **