Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

CyraxOS 64

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.