diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fuchsia/README.md | 2 | ||||
| -rwxr-xr-x | docs/fuchsia/setup.sh | 3 |
2 files changed, 4 insertions, 1 deletions
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 |
