Skip to content

Commit

Permalink
doc/reference/drivers: add platform info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Oct 1, 2021
1 parent 25d60de commit 5c6a16d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/src/reference/drivers/kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Requirements

- QEMU and KVM needs to be modified: [KVM-VMI setup](https://kvm-vmi.github.io/kvm-vmi/master/)
- Platform: Linux

## Initialization parameters

Expand Down
1 change: 1 addition & 0 deletions doc/src/reference/drivers/memflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ It has multiple connectors which can be used to access physical memory:

- memflow connector [project setup](https://github.com/memflow/memflow)
- root privileges
- Platform: Windows/Linux

## Initialization parameters

Expand Down
3 changes: 2 additions & 1 deletion doc/src/reference/drivers/virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Requirements

- virtualbox modified via [icebox](https://github.com/thalium/icebox) project
- Platform: Windows/Linux

To compile `libFDP`
~~~
Expand All @@ -15,4 +16,4 @@ $ sudo mv libFDP.so /usr/local/lib/

## Initialization parameters

- `vm_name`: required
- `vm_name`: required
1 change: 1 addition & 0 deletions doc/src/reference/drivers/xen.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Xen >= 4.11
- root privileges
- Platform: Linux

## Initialization parameters

Expand Down

0 comments on commit 5c6a16d

Please sign in to comment.