Moldytzu / GaOS

Gallium Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gallium Operating System (GaOS)

An operating system targeting (for the moment) x86_64 hardware. See roadmap here.

Font

Used font is a modified version of Hack, licensed under the MIT license.

Running as guest on a x86_64 Debian-based host

First, install all the dependencies using sudo make deps-debian. Make sure your package list cache is up-to-date.
Then, build the system toolchains using make toolchain. This step might take a while depending on your computer.
And, in the end, launch QEMU using make run.

About

Gallium Operating System

License:MIT License


Languages

Language:C 89.5%Language:Makefile 4.7%Language:Assembly 4.1%Language:Shell 1.6%