HelloOS
v0.5
SO simples caseiro para x86.

Ubuntu:
apt install qemu-system-x86 gcc-multilib nasmFedora:
dnf install qemu glibc-devel nasm
# and something else?Arco:
pacman -Syu qemu-full base-devel nasm mtools dosfstoolsMacos:
brew install x86_64-elf-gcc nasm qemu-system-x86
# and something else?git clone https://github.com/kotleni/helloos
cd helloos
mkdir build
make floppy
make baseqemu-system-x86_64 -m 512 -drive file=build/floppy.img,index=0,if=ide,format=raw -kernel build/kernel** Driver de disquete usando como unidade FS root.