Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revive Melon | Alex AUVOLAT | 2014-10-28 | 1 | -3/+3 |
| | |||||
* | Minor changes | Alexis211 | 2009-12-19 | 1 | -3/+5 |
| | |||||
* | make qemu-hdd now works great | Alexis211 | 2009-11-29 | 2 | -4/+4 |
| | |||||
* | Fixed some stuff | Alexis211 | 2009-11-28 | 1 | -8/+8 |
| | |||||
* | Caching mechanism added and floppy driver fixed on qemu/vbox | Alexis211 | 2009-11-28 | 2 | -8/+10 |
| | |||||
* | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 3 | -11/+23 |
| | |||||
* | Fixed FATFS::read | Alexis211 | 2009-11-25 | 1 | -2/+2 |
| | | | | | | | - Also added a HDD image, will be used later - Also modified a bit the fdc driver - Also added a hexdump function to kernel shell for dumping file contents | ||||
* | Multiple things : | Alexis211 | 2009-11-24 | 1 | -11/+25 |
| | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing | ||||
* | Screwy implementation of FATFS::read | Alexis211 | 2009-11-15 | 1 | -2/+26 |
| | |||||
* | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 4 | -0/+363 |
| | |||||
* | Mount points seem to work, mostly owing to dark magic. | Alexis211 | 2009-11-15 | 3 | -4/+13 |
| | |||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | Nothing intresting | Alexis211 | 2009-09-26 | 2 | -15/+41 |
| | |||||
* | Color scheme is now configured in Config.h | Alexis211 | 2009-09-17 | 1 | -1/+0 |
| | |||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 1 | -1/+7 |
| | |||||
* | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 3 | -1/+4 |
| | |||||
* | Kernel can now load an Initrd. | Alexis211 | 2009-09-13 | 2 | -0/+67 |
| | |||||
* | RamFS creatable but not loadable yet | Alexis211 | 2009-09-13 | 1 | -1/+1 |
| | |||||
* | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 6 | -0/+135 |
| | |||||
* | Created some files | Alexis211 | 2009-09-13 | 6 | -0/+0 |