We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e87152 commit e7bb614Copy full SHA for e7bb614
docs/getting-started.md
@@ -5,6 +5,11 @@ LLVM) and running Rex extensions requires modifications to the Linux
5
kernel. The steps below describe how to set up both the toolchain and
6
kernel for running Rex extensions in a VM.
7
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
+
13
## Nix flake
14
15
Using Nix, a package manager, allows you to bypass these dependency
0 commit comments