iso/boot/ grub | 2 years ago | ||
src | 1 year ago | ||
.clang-format | 2 years ago | ||
.gitignore | 1 year ago | ||
LICENSE | 2 years ago | ||
Makefile | 1 year ago | ||
README.md | 1 year ago | ||
compile_flags.txt | 1 year ago | ||
linker.ld | 1 year ago | ||
tree-os.png | 1 year 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.