diff --git a/Qemu.md b/Qemu.md index 337e9a0..05e5301 100644 --- a/Qemu.md +++ b/Qemu.md @@ -208,4 +208,8 @@ qemu-system-x86_64 -m 4G -drive if=ide,index=0,media=disk,file=ubuntu.qcow2 \ 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 +``` + +## Emulating PPC64 inside Docker + +https://blog.michael.kuron-germany.de/2023/06/emulating-ppc64-inside-docker/ \ No newline at end of file