From e853abd9a2542fcccb8e1a23eb8ae475500ecaf9 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 2 Aug 2022 16:28:02 -0700 Subject: docs/fuchsia: clarify regarding absolute pathnames --- docs/fuchsia/README.md | 2 +- docs/fuchsia/setup.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/fuchsia') diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md index d0b3ca25f..3b0359a7f 100644 --- a/docs/fuchsia/README.md +++ b/docs/fuchsia/README.md @@ -129,7 +129,7 @@ export `PATH="$SOURCEDIR/prebuilt/third_party/qemu/linux-x64/bin:$PATH"` Syscall descriptions live in the `sys/fuchsia` folder. To update a syscall, you need to modify the `.txt` file that contains it, make sure your new definition -matches the one in zircon's +matches the one in Zircon's [syscalls.abigen](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/system/public/zircon/syscalls.abigen) file. **If the syscall was used in `executor/common_fuchsia.h`, you need to update the usages there as well.** FIDL definitions do not need manual updating diff --git a/docs/fuchsia/setup.sh b/docs/fuchsia/setup.sh index 1f15d044a..fe5eb60e1 100755 --- a/docs/fuchsia/setup.sh +++ b/docs/fuchsia/setup.sh @@ -18,6 +18,9 @@ need a Syzkaller checkout and a Fuchsia checkout, and you will need a working installation of the Go programming language. See docs/fuchsia/README.md in the Syzkaller repository for more information. +In the commands below, \`syzkaller-directory\` and \`fuchsia-directory\` must be +absolute pathnames. + Usage: setup.sh help -- cgit mrf-deployment