Simple OS that is booting with GRUB written in Barn and a little bit of C
To build this crappy "os" you need to have these tools:
- Barn Compiler
- GCC Compiler for C files
- xorisso
- grub-mkrescue
- NASM
- qemu-system-x86_64 The option to build it will be to use a linux machine. Here's how to build it:
git clone https://github.com/barn-lang/barnos
cd barnos
bash build.sh
After it there should be a qemu window running