Skip to content

Commit e7bb614

Browse files
committed
docs/getting-started: add x86-64 and kvm requirements
Signed-off-by: Jinghao Jia <[email protected]>
1 parent 5e87152 commit e7bb614

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ LLVM) and running Rex extensions requires modifications to the Linux
55
kernel. The steps below describe how to set up both the toolchain and
66
kernel for running Rex extensions in a VM.
77

8+
Rex currently only supports the `x86-64` (`amd64`) architecture. Running
9+
Rex in VMs addtionally requires
10+
[`KVM`](https://linux-kvm.org/page/Main_Page) to be available on the host
11+
machine.
12+
813
## Nix flake
914

1015
Using Nix, a package manager, allows you to bypass these dependency

0 commit comments

Comments
 (0)