Skip to content

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

License

Notifications You must be signed in to change notification settings

supercomputer7/nahmanboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages