Document running in QEMU in README

This commit is contained in:
Josh Holtrop 2023-09-04 21:04:30 -04:00
parent 4500f3cbca
commit cb24d00e5f

View File

@ -17,6 +17,8 @@ the build command.
# Running HOS # Running HOS
HOS can run on a physical machine, in VirtualBox, or in QEMU.
## Physical Machine ## Physical Machine
To install HOS to an EFI partition, follow these steps: To install HOS to an EFI partition, follow these steps:
@ -69,3 +71,10 @@ To create a VM in VirtualBox:
14. Under System, check the Enable EFI checkbox. 14. Under System, check the Enable EFI checkbox.
15. Under Storage, add a hard disk and browse to select the HOS.vmdk file. 15. Under Storage, add a hard disk and browse to select the HOS.vmdk file.
16. To run HOS, either start the VM through VirtualBox or with "./rscons run-vb". 16. To run HOS, either start the VM through VirtualBox or with "./rscons run-vb".
## QEMU
Make sure QEMU is installed (possibly the `qemu-desktop` package). Then:
1. Build HOS ("./rscons").
2. Run `./rscons run` to run HOS in QEMU.