diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-01 12:20:45 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-01 12:20:45 +0200 |
commit | 5cac9acd3aedc8043d4272d93c56805c46ff6214 (patch) | |
tree | ba9eb5ef86f7cf7afd4f7ab02de1d6bb86715632 /doc/roadmap.txt | |
parent | 66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5 (diff) | |
download | TCE-5cac9acd3aedc8043d4272d93c56805c46ff6214.tar.gz TCE-5cac9acd3aedc8043d4272d93c56805c46ff6214.zip |
Some cleanup ; relocated the kernel at 0xC0000000
Diffstat (limited to 'doc/roadmap.txt')
-rw-r--r-- | doc/roadmap.txt | 22 |
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 + |