/shlomios

The most basic x86 operation system written in assembly and C++

Primary LanguageAssembly

shlomios

A basic bootloader written in assembly and basic kernel written in C++.

Building

Run make to compile the bootloader and kernel and then run in qemu.

You must create a directory in the project root called build.

Force build

make -B build

Run

make run