DuckOS
DuckOS copied to clipboard
Such OS; Very Duck!
DuckOS
A simple operating system for ducks.
Compilation instructions
Install stuff
# apt update && apt upgrade
# apt install qemu mkisofs make gcc nasm
Prepare the image:
# ./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.
Actually running DuckOS
compile, copy fs and run:
# ./duckos.sh
Video
arbel03's OS
An operating system similar to mine, but written in rust, utilizes segmentation and implements FAT32, click here to check it out!
DuckOS Screenshots
Kernel log via serial connection with format string

Kernel Heap

Page frame allocator

Multitasking in userland

Printing filesystem recursively
