diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-19 12:45:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-19 12:45:27 +0200 |
| commit | 853595a523a07256bea5c8fb18902cd83543acd5 (patch) | |
| tree | f95aabc350e33d07195be4706d593f5b700867e4 /docs/linux | |
| parent | 03658df6d980f9f5b5dd7c448d77241afacb87f9 (diff) | |
Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index f39fc784c..db5803b6a 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -2,6 +2,8 @@ These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu on the host machine and Debian Stretch in the QEMU instances. +In the instructions below, the `$VAR` notation (e.g. `$GCC`, `$KERNEL`, etc.) is used to denote paths to directories that are either created when executing the instructions (e.g. when unpacking GCC archive, a directory will be created), or that you have to create yourself before running the instructions. Substitute the values for those variables manually. + ## GCC While you may use GCC that is available from your distro, it's preferable to get the lastest GCC from [this](/docs/syzbot.md#crash-does-not-reproduce) list. Download and unpack into `$GCC`, and you should have GCC binaries in `$GCC/bin/` |
