Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian authored Jul 22, 2024
1 parent fa6003a commit 1667a40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,11 @@ Read [KVM Installation](https://help.ubuntu.com/community/KVM/Installation) if y
* Load KVM module on the host

```console
modprobe kvm_intel
sudo modprobe kvm
# or for Intel processors
sudo modprobe kvm-intel
# or for AMD processors
sudo modprobe kvm-amd
```

* Check if KVM module is successfully loaded
Expand Down

0 comments on commit 1667a40

Please sign in to comment.