diff --git a/Qemu.md b/Qemu.md index 996dfdb..337e9a0 100644 --- a/Qemu.md +++ b/Qemu.md @@ -201,3 +201,11 @@ qemu-system-x86_64 -m 4G -drive if=ide,index=0,media=disk,file=ubuntu.qcow2 \ -boot order=c \ -serial stdio -netdev user,id=n0 -device rtl8139,netdev=n0 ``` + +## Haiku + +``` +qemu-system-i386 -cdrom haiku-r1beta4-x86_gcc2h-anyboot.iso -vga virtio \ +-display gtk -full-screen -hda haiku.img -smp 2 -boot c -m 1024 \ +-net nic,model=rtl8139 -net user +``` \ No newline at end of file