A simple operating system for ducks.
# apt update && apt upgrade
# apt install qemu mkisofs make gcc nasm
# ./prepare_image.sh
make a new primary partition (n then p then enter for defaults) also make the parition bootable by entering a then write the chenges to the image with w.
# ./duckos.sh
An operating system similar to mine, but written in rust, utilizes segmentation and implements FAT32, click here to check it out!