summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/Partition.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some stuffAlexis2112009-11-281-1/+1
|
* Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-281-3/+5
|
* Nothing, reallyAlexis2112009-09-111-1/+3
|
* Added read() and write() functions to Partition::Alexis2112009-09-061-0/+41
| | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors.
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-311-0/+25