sudo apt update -y
sudo apt -y install build-essential binutils nasm xorriso grub-common qemu-system-i386 mtools
Need build GCC cross compiler for i686 architecture to compile project sources. Refer to GCC documentation for detailed information - https://gcc.gnu.org/install/
Build and run release version
make all
Build and run debug version
make DEBUG=true all