Skip to content
maxcodehack edited this page Nov 6, 2020 · 3 revisions

Welcome to the KolibriOS-DE wiki!

KolibriOS - DE is a distributive of KolibriOS adapted for developers.

How to build

You should to install FASM:

sudo apt install fasm

For build, execute build.sh. After this, you can found kolibri.iso.

For try built kolibri.iso, install QEMU:

sudo apt install qemu

And execute start_qemu.sh

Clone this wiki locally