7ba3eead14a2cd2db4880a7b1c2e94ade802181c
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.2%
Assembly
4.4%
Python
1.4%
Makefile
0.9%
Shell
0.1%