summaryrefslogtreecommitdiff
path: root/Kernel/IDEDiskDevice.cpp
AgeCommit message (Expand)Author
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-11-15More VFS cleanup.Andreas Kling
2018-11-10Merge Disk namespace into the IDEDiskDevice class.Andreas Kling
2018-10-31Snazz up the kprintf() output a bit by giving it its own color.Andreas Kling
2018-10-16Add a simple IDEDiskDevice class that implements DiskDevice from VFS.Andreas Kling