From a0f00cc5a05c4e3954578808e0fb75a3a3f5d89c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 1 Feb 2019 14:48:17 +0100 Subject: docs: move netbsd.md into own dir The latest trend is to create a dir per OS as we now have too many of them. Create a dir netbsd and move the existing doc into it. --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/setup.md') diff --git a/docs/setup.md b/docs/setup.md index e40d2e70a..98184c221 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -1,7 +1,7 @@ # How to set up syzkaller Generic setup instructions for fuzzing Linux kernel are outlined [here](linux/setup.md). -For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia](/docs/fuchsia.md), [NetBSD](/docs/netbsd.md), [OpenBSD](/docs/openbsd/setup.md), [Windows](/docs/windows/README.md). +For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia](/docs/fuchsia.md), [NetBSD](/docs/netbsd/README.md), [OpenBSD](/docs/openbsd/setup.md), [Windows](/docs/windows/README.md). After following these instructions you should be able to run `syz-manager`, see it executing programs and be able to access statistics exposed at `http://127.0.0.1:56741`: -- cgit mrf-deployment