Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some changes... | Alexis211 | 2009-10-26 | 1 | -4/+4 |
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -0/+5 |
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 1 | -2/+2 |
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -1/+1 |
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -1/+1 |
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 1 | -1/+1 |
* | Heap is now in a separate class, Heap. | Alexis211 | 2009-10-13 | 1 | -222/+18 |
* | Fixed some bugs | Alexis211 | 2009-09-12 | 1 | -1/+1 |
* | Added a few commands to built-in shell, and made a few scrshots. | Alexis211 | 2009-08-31 | 1 | -0/+6 |
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 1 | -2/+2 |
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 1 | -2/+238 |
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 1 | -0/+23 |