Skip to content

Commit

Permalink
Mention that Hyper-V needs to be disabled to use VMware
Browse files Browse the repository at this point in the history
  • Loading branch information
tandasat committed Apr 28, 2023
1 parent e364868 commit a374c6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ Prerequisite software:
- On Windows and Ubuntu
- VMware Workstation Pro

1. Install dependencies.
1. (Windows-only) Hyper-V needs to be disabled to run the VMware VM. See [#7](https://github.com/tandasat/Hypervisor-101-in-Rust/issues/7) for the details.
2. Install dependencies.
- On macOS
```shell
brew install cdrtools
Expand All @@ -114,12 +115,12 @@ Prerequisite software:
```shell
sudo apt install genisoimage
```
2. Build and run the hypervisor on VMware.
3. Build and run the hypervisor on VMware.
```shell
cd ~/Hypervisor-101-in-Rust/
cargo xtask vmware
```
3. When VMware starts and shows a boot option, select "EFI Internal Shell (Unsupported option)".
4. When VMware starts and shows a boot option, select "EFI Internal Shell (Unsupported option)".
On VSCode, the `cargo xtask vmware` task is also available.
Expand Down

0 comments on commit a374c6d

Please sign in to comment.