summaryrefslogtreecommitdiff
path: root/Kernel/Devices/FloppyDiskDevice.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-04Kernel: Make File's can_read/can_write take a const FileDescription&Andreas Kling
2019-10-23Kernel: Fixed fdc read/write problemJesse Buhagiar
2019-08-21Kernel: Move DiskDevice::block_size() up to BlockDeviceAndreas Kling
2019-08-02Kernel: mount system call (#396)Jesse
2019-07-17Kernel: Initial FDC Device Driver (#315)Jesse