2025-04-21 20:50:39 +02:00
2024-10-14 15:57:11 +02:00
2024-12-03 10:41:39 +01:00
2025-04-18 17:07:56 +02:00
2025-04-21 20:50:39 +02:00
2024-09-18 22:30:11 +02:00
2025-01-22 14:41:41 +01:00
2025-04-21 13:29:56 +02:00
2024-10-30 19:05:58 +01: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

Currently supported

  • screen driver
  • keyboard driver
  • memory pagination
  • interruption
  • power management (reboot, halt, shutdown)
  • simple shell
Description
No description provided
Readme 3.4 MiB
Languages
C 93.2%
Assembly 4.4%
Python 1.4%
Makefile 0.9%
Shell 0.1%