@lukas lukas authored on 15 May 2022
iso/boot/ grub bump multiboot version 2 years ago
src adjust alloc for paging 1 year ago
.clang-format :refactor terminal 2 years ago
.gitignore adjust alloc for paging 1 year ago
LICENSE Initial commit after relocation 3 years ago
Makefile adjust alloc for paging 1 year ago
README.md add pci bus enumerating and improve documentation 2 years ago
compile_flags.txt fix all compiler warnings by adopting uintptr_t 1 year ago
linker.ld add basic support for ahci aka sata 2 years ago
tree-os.png add pci bus enumerating and improve documentation 2 years ago
README.md

tree-os

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.

screenshot