Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on the status bar | Alexis211 | 2009-12-21 | 1 | -0/+1 |
| | |||||
* | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 1 | -0/+1 |
| | |||||
* | Fixed FATFS::read | Alexis211 | 2009-11-25 | 1 | -0/+1 |
| | | | | | | | - 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 | ||||
* | Reading from floppys supposedly fixed in qemu | Alexis211 | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -0/+1 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | SimpleList now implements removeOnce(const T& value); | Alexis211 | 2009-10-11 | 1 | -0/+3 |
| | | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed. | ||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -0/+43 |