summaryrefslogtreecommitdiff
path: root/Source/Kernel/Shell/KernelShell.class.h
Commit message (Collapse)AuthorAgeFilesLines
* More work on the status barAlexis2112009-12-211-0/+1
|
* Added some screenshots, re-organized some stuff.Alexis2112009-11-271-0/+1
|
* Fixed FATFS::readAlexis2112009-11-251-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 qemuAlexis2112009-11-241-0/+1
|
* Re-organized everythingAlexis2112009-10-181-1/+1
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-0/+1
| | | | The format is very simple, but an ELF loader is planned.
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-111-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::Alexis2112009-10-021-0/+43