diff --git a/README.md b/README.md index 1c40f0f..287e160 100644 --- a/README.md +++ b/README.md @@ -84,27 +84,32 @@ sc.exe start matrix ## Usage 1. **Setup for VMware Workstation** - - Build the Project: Follow the build instructions provided in the previous sections to compile the project. + + Build the Project: Follow the build instructions provided in the previous sections to compile the project. 2. **Set Up VMware Workstation** - - Configure the VMware serial port for debugging. + + Configure the VMware serial port for debugging. ![VMware Serial Port Settings](./images/vmware_serial.png) **Figure 1: VMware Serial Port Settings** -- Ensure that `"Virtualize Intel VT-x/EPT or AMD-V/RVI"` is enabled and `"Virtualize IOMMU (IO memory management unit)"` is enabled. + Ensure that `"Virtualize Intel VT-x/EPT or AMD-V/RVI"` is enabled and `"Virtualize IOMMU (IO memory management unit)"` is enabled. ![VMware Processors Settings](./images/vmware_processors.png) **Figure 2: VMware Processors Settings** 3. **Copy the Driver** - - Copy the `matrix.sys` driver to the `C:\Windows\System32\drivers` directory. + + Copy the `matrix.sys` driver to the `C:\Windows\System32\drivers` directory. 4. **VMware Serial Port Debugging** - - Execute the PowerShell script in the Serial Port Debugging section to open the serial port. + + Execute the PowerShell script in the Serial Port Debugging section to open the serial port. 5. **Load the Hypervisor** - - Use the `load.ps1` PowerShell script shown in the Service Management section to create and start the hypervisor service. + + Use the `load.ps1` PowerShell script shown in the Service Management section to create and start the hypervisor service. ![Load Hypervisor](./images/hypervisor_load.png) **Figure 3: Load Hypervisor**