Go to file
2024-12-03 12:03:28 +01:00
boot add: higher half kernel, NOT WORKING 2024-10-14 15:57:11 +02:00
config wip: enable vbe 2024-12-03 10:41:39 +01:00
documentation doc: explain the default_page_table 2024-10-30 21:39:51 +01:00
headers core: rename vzones to zones 2024-12-03 09:28:17 +01:00
libbozo fix: memory: protect kernel code 2024-11-26 12:43:09 +01:00
src fix: skip in the header to have good addresses 2024-12-03 12:03:28 +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 wip: enable vbe 2024-12-03 10:41:39 +01: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