iso/boot/ grub | 10 months ago | ||
src | 9 days ago | ||
.clang-format | 8 months ago | ||
.gitignore | 2 months ago | ||
LICENSE | 1 year ago | ||
Makefile | 18 days ago | ||
README.md | 3 months ago | ||
compile_flags.txt | 1 month ago | ||
linker.ld | 2 months ago | ||
tree-os.png | 3 months ago |
An open source operating system, made for x86(_64) to learn about how and why modern systems what exactly they do.
Right now, there exists a memory allocation system, a multitasking framework supporting messages between tasks and an interrupt system to for example allow for keyboard input.
A Pci system is in progress and can currently read the bus and print out the different device types that can be found.