Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 637 Bytes

File metadata and controls

40 lines (32 loc) · 637 Bytes
freezelogo

This will guide explains how to build and run the Freeze OS project using QEMU.


1. Install Required Packages

Open qemu and run:

sudo apt update
sudo apt install build-essential grub-pc-bin grub-common xorriso qemu-system-x86 -y

2. Build

To build:

make

To clean

make clean

Run

make run

To do all that together

make clean && make
make run

if you want you may check for the iso file:

ls

Thanks for listening