summaryrefslogblamecommitdiff
path: root/doc/roadmap.txt
blob: cf1439550fca54f962e00f0b14b17ee251d774c4 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                  
                                                                                               
                                                                                                        
                                                                                                                                           



                                                                        

                                                                               
** 		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