Skip to content

AAM1075/BorealOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

313 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BorealOS

BorealOS is a C++ based operating system with Limine as a bootloader.

Building

To build BorealOS, initialize the git submodules and run the build script:

git submodule update --init --recursive
./build.sh

The resulting ISO image will be located in the bin/ directory.

Running

You can run BorealOS using QEMU with the following command:

./run.sh

For debug mode in QEMU, use:

./run.sh --debug

About

A barebones x86 terminal-based OS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors