From af5ad73cf743df58469e8cb59ff8c7fc5f501452 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 15 Sep 2023 11:03:39 -0400 Subject: [PATCH] Update instructions for VirtualBox to change machine chipset This enables PCIe --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 310e319..ba54565 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ To create a VM in VirtualBox: 12. Move the HOS.vmdk file generated to the HOS VirtualBox folder. 13. In VirtualBox Manager, open HOS VM settings. 14. Under System, check the Enable EFI checkbox. -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". +15. Under System, change the Chipset to ICH9. +16. Under Storage, add a hard disk and browse to select the HOS.vmdk file. +17. To run HOS, either start the VM through VirtualBox or with "./rscons run-vb". ## QEMU