HelloOS
v0.5
簡單的X86家用操作系統。

Ubuntu:
apt install qemu-system-x86 gcc-multilib nasm軟呢帽:
dnf install qemu glibc-devel nasm
# and something else?拱:
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**使用AS Root FS驅動器的軟盤驅動器。