A toy operating system written in "kaba"
- Makefile 48.9%
- C++ 43.2%
- Shell 7.9%
| bin | ||
| bochs | ||
| data/images | ||
| doc | ||
| Experimente | ||
| home | ||
| Informationen | ||
| kernel | ||
| lib | ||
| tools | ||
| .gitignore | ||
| init-x.kaba | ||
| init.kaba | ||
| loader_br.kaba | ||
| loader_fake.kaba | ||
| Makefile | ||
| README.md | ||
| run.sh | ||
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 20a4b139943b3036f6521432c5d65f29335f0fc1
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