/DHOS

DragonHeartOS: Blazingly fast desktop general purpose operating system

Primary LanguageCMIT LicenseMIT

DragonHeartOS

Blazingly fast desktop general purpose operating system

What's this?

The operating system is made to give you as much control over your hardware from the display, audio or even serial. Currently, the operating system is in a very primitive state.

Building

First, you need to compile the toolchain:

$ cd toolchain
$ ./install.sh

Then, you can use CMake to build and run the operating system:

$ mkdir -p build && cd build 
$ cmake -GNinja ..
$ ninja && ninja image && ninja run

License

This software is distributed under the MIT license. Find more information here.