42_KFS/README.md

11 lines
381 B
Markdown
Raw Normal View History

2024-09-17 05:55:29 -04:00
# 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
2024-10-30 14:05:58 -04:00
## Currently supported
- screen driver
- keyboard driver
- [memory pagination](./documentation/memory.md)
- interruption
- power management (reboot, halt, shutdown)
- simple shell