SlayerOS is a lightweight, fast, and sleek operating system designed for bare-metal x86_64 processors.
✅ It might boot if you ask NICELY
First, install the required packages:
sudo pacman -S --needed base-devel qemu make xorrisoUse the following commands to compile SlayerOS and package it into an ISO:
makethe ISO will be created in the build/ directory
To test SlayerOS in qemu, use:
make run- Implement a custom GPU driver to replace framebuffer reliance
- Expand the RAM-based filesystem with file read/write functionality
- Add basic process scheduling
SlayerOS is an experimental project and is licensed under the CCLV1 (Chiyo's Creative License Version 1) with love <3