Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 1 | -11/+16 |
|\ | |||||
| * | Change on memory handling, and .iface.h files documented. | Alexis211 | 2009-12-09 | 1 | -11/+16 |
| | | |||||
| * | Game Of Life simulator fixed | Alexis211 | 2009-11-15 | 1 | -1/+1 |
| | | |||||
* | | Some bugfixes | Alexis211 | 2009-11-27 | 4 | -6/+8 |
| | | |||||
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 4 | -2/+4 |
| | | |||||
* | | Multiple things : | Alexis211 | 2009-11-24 | 4 | -24/+73 |
| | | | | | | | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing | ||||
* | | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 1 | -1/+1 |
|/ | |||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 3 | -2/+56 |
| | |||||
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 1 | -2/+3 |
| | |||||
* | Some changes... | Alexis211 | 2009-10-26 | 3 | -5/+5 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 2 | -0/+61 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -1/+11 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 2 | -17/+18 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 2 | -2/+2 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 2 | -1/+24 |
| | |||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 3 | -12/+12 |
| | | | | | | | 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 | 5 | -0/+441 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 1 | -0/+2 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 20 | -0/+1303 |