Acrix is an attempt to write a 64-bit operating system in the V programming language. It is meant to be an educational OS. The source code is commented, so you can easily understand what it does.
- Drawing to the framebuffer
- Booting with Limine
- Clone this repository
git clone https://github.com/TRWither/acrix-os- Execute the build script
cd acrix-os
chmod +x build.sh
./build.sh- An ISO image named
acrixos.isoshould have been created!
You can run it (in QEMU for example) with this command:
qemu-system-x86_64 -cdrom acrixos.iso