From b0f3f8115d6cfeb17865092c640c1a985c1ba646 Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Wed, 30 Jun 2021 18:16:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7905247..824b2cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # powerpc-boot Bootable stuff for PowerPC architecture ; boots through OpenFirmware. Produces a HFS+ disk image formatted with Apple Partition Map partition scheme, compatible with old PowerPC-based Macs. +Run it with QEMU : + ```qemu-system-ppc APMdisk```