Small bootloader, kernel and OS for learning, hacking and experimenting.
The 64-bit version of my little experimantal OS inspired by TempleOS.
Written in C and assembly for the x86-64 architecture.
I'm working on it from time to time, feel free to contribute!
To run it, first run InstallDeps.sh with root privileges.
This will install gcc and qemu-system-x86, if not already installed.
With all prerequisites installed, just run make run to compile and run the OS.