Update README.md

This commit is contained in:
Alec Murphy 2022-01-14 11:34:46 -05:00
parent 12553eeeb1
commit 58eda26f4b

View file

@ -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.
`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.