Go to file
2024-10-30 19:05:58 +01:00
boot add: higher half kernel, NOT WORKING 2024-10-14 15:57:11 +02:00
config makefile: add rule: iso creation && run_iso 2024-09-07 11:56:18 +02:00
documentation add: documentation: memory 2024-10-30 19:05:58 +01:00
headers fix: memory: use rigth index and addr, add page to pt before write it 2024-10-29 15:17:59 +01:00
libbozo feature: add a few helpers fn (is...) 2024-10-11 13:10:47 +02:00
src add: documentation: memory 2024-10-30 19:05:58 +01:00
.clang-format style: clang-format on all files 2024-09-18 22:30:11 +02:00
.gitignore feature: functional shell with help and merdella commands 2024-09-10 20:03:33 +02:00
Makefile fix: create -10Mo iso 2024-09-22 10:13:13 +02:00
README.md add: documentation: memory 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