WSL Integration
# Update package list
sudo apt update
# Install essential packages
sudo apt install -y build-essential gcc-multilib qemu-system-x86 gdb parted python3 python3-pipSteps After Installation
#!/usr/bin/env python3dos2unix make_image.py
./make_image.py
make clean make make TEST=1
./make_image.py
qemu-system-x86_64 -drive file=certikos.img,format=raw
Last updated