From b0e8efcb4b0aac61f4647a76bbe54a5d38a370ba Mon Sep 17 00:00:00 2001 From: Marco Vanotti Date: Tue, 16 Apr 2019 17:52:32 -0700 Subject: 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. --- docs/fuchsia/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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" } } -- cgit mrf-deployment