Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

DragonHeartOS/DHOS

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Contributors