Commit message (Collapse) | 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 |
| | | | | | | | 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. | ||||
* | 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 |