afe83d5059d71e05be02e3d1f0df7cb8820149f6
KFS (Kernel From Scratch)
This project aims to explore how a kernel works by building our own, gaining hands-on experience with core concepts like memory management, interrupt, keyboard driver, etc
Currently supported
- screen driver
- keyboard driver
- memory pagination
- interruption
- power management (reboot, halt, shutdown)
- simple shell
Description
Languages
C
93.4%
Assembly
4.2%
Python
1.4%
Makefile
0.9%
Shell
0.1%