This will guide explains how to build and run the Freeze OS project inside GitHub Codespaces using QEMU (non graphic).
Open the VS Code terminal inside Codespaces and run:
sudo apt update
sudo apt install build-essential grub-pc-bin grub-common xorriso qemu-system-x86 -yFrom the root of the repo:
make && make runif you want you may check for the iso file:
lsWe mainly use nographic for qemu so run:
qemu-system-i386 -cdrom freeze.iso -nographic -serial mon:stdioThanks for listening