Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change on memory handling, and .iface.h files documented. | Alexis211 | 2009-12-09 | 1 | -2/+2 |
| | |||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 1 | -0/+2 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 1 | -1/+8 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -1/+3 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+5 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -2/+3 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -2/+7 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 1 | -3/+5 |
| | |||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 1 | -0/+2 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 1 | -4/+5 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -1/+2 |
| | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -2/+7 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -3/+3 |
| | |||||
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 1 | -1/+5 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -0/+1 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | Each Process now has a user heap. | Alexis211 | 2009-10-17 | 1 | -4/+10 |
| | | | | It will be used for transferring data from kernel to userland. | ||||
* | Process now uses a linked list for associated file descriptors. | Alexis211 | 2009-10-13 | 1 | -1/+2 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 1 | -0/+5 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -1/+6 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+50 |