Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some changes... | Alexis211 | 2009-10-26 | 5 | -9/+9 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 2 | -4/+5 |
| | |||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 3 | -2/+42 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 13 | -24/+208 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 2 | -0/+14 |
| | |||||
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 5 | -12/+41 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 2 | -1/+25 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 11 | -2/+69 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 4 | -17/+31 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 3 | -4/+16 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 5 | -3/+44 |
| | | | | 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 | 8 | -6/+21 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 6 | -30/+46 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 7 | -2/+53 |
| | |||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 4 | -12/+13 |
| | | | | | | | 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 | 11 | -1/+531 |
| | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 5 | -0/+54 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 9 | -13/+100 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 24 | -0/+1375 |