An open API service indexing awesome lists of open source software.

https://github.com/mariosieg/cyraxos64

Small bootloader, kernel and OS for learning, hacking and experimenting.
https://github.com/mariosieg/cyraxos64

Last synced: 11 months ago
JSON representation

Small bootloader, kernel and OS for learning, hacking and experimenting.

Awesome Lists containing this project

README

          

# 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.

![](https://i.imgur.com/MgT4Xrt.png)