HelloOS
v0.5
x86에 대한 간단한 가정용 OS.

우분투 :
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 dosfstools마코스 :
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** 루트 FS 드라이브로 사용하는 플로피 드라이버.