This will guide explains how to build and run the Freeze OS project using QEMU.
Open qemu and run:
sudo apt update
sudo apt install build-essential grub-pc-bin grub-common xorriso qemu-system-x86 -yTo build:
makeTo clean
make cleanRun
make runTo do all that together
make clean && make
make runif you want you may check for the iso file:
lsThanks for listening