supercomputer7 / nahmanboot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 97.5%Language:C 1.7%Language:CMake 0.4%Language:Shell 0.2%Language:Assembly 0.2%