BlackOS BlackOS is an open-source operating system made in x86-64 assembly (NASM) and with C++ (GCC) To build the toolchain run this: $ bash -x debian-build.sh (Debian) $ bash -x fedora-build.sh (Fedora) $ bash -x arch-build.sh (Arch) To build the OS run this: $ make To run the OS you have two options: Build the OS (it auto starts) Run $ make run