Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made status bar into a namespace, and added functionnalities | Alexis211 | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | [not really working] Started work on OStream | Alexis211 | 2009-12-20 | 1 | -0/+13 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 1 | -0/+2 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -0/+70 |