brymer-meneses / ReasonOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReasonOS

Yet another Operating System in Zig. Motivating myself to live, I guess?

Running

This project makes use of the zig build system. You need to have xorriso to build the iso, and qemu to emulate it on your host operating system.

To run it on QEMU, invoke the following commands

# fetch dependences
zig build --fetch
# run on qemu
zig build run

About

License:Apache License 2.0


Languages

Language:Zig 87.7%Language:Assembly 12.3%