Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -0/+2 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -1/+3 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 1 | -0/+2 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 1 | -3/+17 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 1 | -3/+3 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 1 | -3/+3 |
| | | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -0/+4 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 1 | -0/+55 |