Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling | |
2019-03-23 | Kernel: 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-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling | |