/nahmanboot

A project that aims to create a modern x86(_64) bootloader, inspired by the great work of the SerenityOS project.

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

NahmanBoot

How to build and test

Toolchain build

From local repository directory:

cd Toolchain
./build.sh

Actual compiling

From local repository directory:

mkdir Build
cd Build
cmake .. -G Ninja
ninja

Testing!

From local repository directory:

ninja run