From 80c748800e07c28955c3cf696e7eda464a3f0634 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 27 Oct 2017 15:09:26 +0200 Subject: docs: assorted improvements --- docs/linux/setup.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/linux/setup.md') diff --git a/docs/linux/setup.md b/docs/linux/setup.md index 7c5fffef1..2ef9114db 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -1,4 +1,13 @@ -# Generic setup instructions +# How to set up syzkaller + +Below are the generic instructions for how to set up syzkaller to fuzz the Linux kernel. +Instructions for a particular VM type or kernel arch can be found on these pages: + +- [Setup: Ubuntu host, QEMU vm, x86-64 kernel](setup_ubuntu-host_qemu-vm_x86-64-kernel.md) +- [Setup: Ubuntu host, Odroid C2 board, arm64 kernel](setup_ubuntu-host_odroid-c2-board_arm64-kernel.md) +- [Setup: Linux host, QEMU vm, arm64 kernel](setup_linux-host_qemu-vm_arm64-kernel.md) +- [Setup: Linux host, Android device, arm64 kernel](setup_linux-host_android-device_arm64-kernel.md) +- [Setup: Linux isolated host](setup_linux-host_isolated.md) ## Install -- cgit mrf-deployment