summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
committerAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
commitad27a90fa788a81253b5f2ad621d82ae574ae65d (patch)
tree3fc2ecf6655300c285405bd8d9bbf60d01f2d210 /doc
parentee348973b0cb0f6481e4fd6e7494c63167c9759c (diff)
downloadTCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.tar.gz
TCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.zip
0.0.4 is out
Diffstat (limited to 'doc')
-rw-r--r--doc/roadmap.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/roadmap.txt b/doc/roadmap.txt
index de4b3cb..14003c0 100644
--- a/doc/roadmap.txt
+++ b/doc/roadmap.txt
@@ -1,8 +1,8 @@
** 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, shared memory segment manager)
+- [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)
-- A manager module that manages all other running modules (the privilege of manager is given by the kernel to the first module loaded)
+- [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