aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup.md
diff options
context:
space:
mode:
authorJiaming Zhang <772577952@qq.com>2025-08-20 00:52:51 +0800
committerAleksandr Nogikh <nogikh@google.com>2025-08-20 12:14:09 +0000
commit7f1c99b1d5b0bd713030020c559557805dfd6438 (patch)
tree679870375623a28fa42f9aa9e5efab8783aaba53 /docs/linux/setup.md
parent07e4cfe1a310e14ffab04f10e3326d5201dddaf9 (diff)
docs/linux: add instructions for fuzzing Linux x86-64 kernel on Android virtual device
Add new page for fuzzing Linux x86-64 kernel on Android virtual device. It explains how to build and run Android Generic System Image and Generic Kernel Image on Ubuntu host.
Diffstat (limited to 'docs/linux/setup.md')
-rw-r--r--docs/linux/setup.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md
index c77d5a6f3..cf7f2c273 100644
--- a/docs/linux/setup.md
+++ b/docs/linux/setup.md
@@ -10,6 +10,7 @@ Instructions for a particular VM type or kernel architecture can be found on the
- [Setup: Linux host, QEMU vm, riscv64 kernel](setup_linux-host_qemu-vm_riscv64-kernel.md)
- [Setup: Linux host, QEMU vm, s390x kernel](setup_linux-host_qemu-vm_s390x-kernel.md)
- [Setup: Linux host, Android device, arm32/64 kernel](setup_linux-host_android-device_arm-kernel.md)
+- [Setup: Linux host, Android virtual device, x86-64 kernel](setup_linux-host_android-virtual-device_x86-64-kernel.md)
- [Setup: Linux isolated host](setup_linux-host_isolated.md)
- [Setup: Ubuntu host, VMware vm, x86-64 kernel](setup_ubuntu-host_vmware-vm_x86-64-kernel.md)