summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Floppy/FloppyController.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-281-2/+1
|
* Fixed FATFS::readAlexis2112009-11-251-3/+11
| | | | | | | - 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
* Tasking now works with linked listsAlexis2112009-10-111-4/+4
|
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-2/+2
|
* Cleanup'ed a TODOAlexis2112009-09-061-1/+1
|
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-311-0/+205