diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-11-24 15:12:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-11-24 15:41:36 +0100 |
| commit | e34b696c0d7c04dbc824dee8b5123969bbca19b7 (patch) | |
| tree | 92cb6f3402c7f90123a6c597864b79c846adb369 /docs | |
| parent | bed14cd92aeba005b9b8925c33e51cdc279d507c (diff) | |
docs: update setup_linux-host_qemu-vm_arm64-kernel.md
Clarify that the kernel build instructions refer to building the kernel
and not buildroot.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
