diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-05-19 18:57:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 18:57:53 +0200 |
| commit | d4bad60bb82cd8279d674267f365605c03495033 (patch) | |
| tree | 013374bae2fbb0b2d2e8dc7c1596ae85e223093e /docs/linux | |
| parent | 5d11c3ecfdbb8ee069ef3e56b31af6ff224ed55f (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, 1 insertions, 1 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 0d6649ba8..5123ae98c 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 @@ -4,7 +4,7 @@ These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubunt ## GCC -While you may use GCC that is available from your distro, it's preferable to get the lastest one from [this](/docs/syzbot.md#crash-does-not-reproduce) list. Download and unpack into `$GCC`, and you should have GCC binaries in `$GCC/bin/` +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/` ``` bash $ ls $GCC/bin/ |
