From e34b696c0d7c04dbc824dee8b5123969bbca19b7 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 24 Nov 2020 15:12:13 +0100 Subject: docs: update setup_linux-host_qemu-vm_arm64-kernel.md Clarify that the kernel build instructions refer to building the kernel and not buildroot. --- docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index a5148916d..e00b86ce4 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -50,7 +50,7 @@ If you have another ARM64 toolchain on your machine, ensure that this newly down ## Compile the kernel -Once you have obtained the source code for the linux kernel you wish to fuzz, do the following. +Get the source code of the Linux kernel version you want to fuzz, and do the following. $ ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make defconfig $ vim .config -- cgit mrf-deployment