diff options
| author | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-04-16 17:52:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 17:52:32 -0700 |
| commit | b0e8efcb4b0aac61f4647a76bbe54a5d38a370ba (patch) | |
| tree | 7c988be91b6081289600200364504926bd61235d /docs | |
| parent | 505ab413c77ce8c6bd4658ea5e68ea2534d47b39 (diff) | |
docs: update zircon's path in fuchsia
Recently, fuchsia changed the build directory for Zircon and a couple of files. Now instead of build-zircon, we have x64.zircon.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fuchsia/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md index bf2f7bb91..5dddb8f50 100644 --- a/docs/fuchsia/README.md +++ b/docs/fuchsia/README.md @@ -38,7 +38,7 @@ Run `syz-manager` with a config along the lines of: "target": "fuchsia/amd64", "http": ":12345", "workdir": "/workdir.fuchsia", - "kernel_obj": "/fuchsia/out/build-zircon/build-x64", + "kernel_obj": "/fuchsia/out/x64.zircon/kernel-x64-gcc", "syzkaller": "/syzkaller", "image": "/fuchsia/out/x64/obj/build/images/fvm.blk", "sshkey": "/fuchsia/.ssh/pkey", @@ -50,7 +50,7 @@ Run `syz-manager` with a config along the lines of: "count": 10, "cpu": 4, "mem": 2048, - "kernel": "/fuchsia/out/build-zircon/multiboot.bin", + "kernel": "/fuchsia/out/x64.zircon/multiboot.bin", "initrd": "/fuchsia/out/x64/fuchsia.zbi" } } |
