BorealOS is a C++ based operating system with Limine as a bootloader.
To build BorealOS, initialize the git submodules and run the build script:
git submodule update --init --recursive
./build.shThe resulting ISO image will be located in the bin/ directory.
You can run BorealOS using QEMU with the following command:
./run.shFor debug mode in QEMU, use:
./run.sh --debug