Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed Jun 26, 2024
1 parent c3f33de commit 1468ddd
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 1468ddd

Please sign in to comment.