Skip to content

minimalistic operating system written in the kaba language

Notifications You must be signed in to change notification settings

momentarylapse/eusebius

Repository files navigation

Eusebius

A tiny operating system

Written in kaba.

How to build and run

Mostly, you need the kaba compiler.

git clone https://github.com/momentarylapse/kaba.git
cd kaba
git checkout e2892569d4c0d6791c182fc3c766abfb52c22e1c
mkdir build
cd build
ccmake ..
make
sudo make install

You also need qemu-system-x86_64.

Then in the eusebius folder:

make
bash run.sh

About

minimalistic operating system written in the kaba language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published