summaryrefslogtreecommitdiff
path: root/Kernel/DiskDevice.cpp
AgeCommit message (Collapse)Author
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling
2019-03-23Kernel: Introduce threads, and refactor everything in support of it.Andreas Kling
The scheduler now operates on threads, rather than on processes. Each process has a main thread, and can have any number of additional threads. The process exits when the main thread exits. This patch doesn't actually spawn any additional threads, it merely does all the plumbing needed to make it possible. :^)
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling