Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-21 | kernel: Initial sched rewrite | Ian Moffett | |
- Introduce dynamic scheduling policy - Introduce MLFQ scheduling - Clean up a lot of code Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-17 | build: Introduce kconf for kernel configuration | Ian Moffett | |
The kernel will be configured by a per-arch config file. The config file for the AMD64 port exists at sys/arch/amd64/conf/GENERIC Signed-off-by: Ian Moffett <ian@osmora.org> |