diff --git a/README.md b/README.md index d9ce97b..ccb1848 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The intended usage is to create a disk image that can be copied to a hard disk m - Create a raw disk image, at least large enough to hold 2*1G TempleOS RedSea partitions + partition table `qemu-img create -f raw disk_img.raw 4G` +- `qemu-system-x86_64 -drive format=raw,file=disk_img.raw -m 1024 -cdrom TempleOS.ISO -boot d` + - Run the VM install wizard, then re-run install wizard w/o VM option from each partition and choose RedSea format for each install OR @@ -36,4 +38,4 @@ FINALLY, for each partition: # Done -`dd` the resulting `disk_img.raw` to your target HDD, and you now have a TempleOS RedSea installation with 2 partitions, bootable on bare-metal and QEMU. \ No newline at end of file +`dd` the resulting `disk_img.raw` to your target HDD, and you now have a TempleOS RedSea installation with 2 partitions, bootable on bare-metal and QEMU.