aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2018-09-30 10:58:23 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-10-01 11:37:27 +0200
commitbb3e4ee68c8b30e7921f616689b748d2becb2d9e (patch)
treef91c26a82970979309eae018c9b0627e92c545a4
parent48a50c6b3657b82feda42241abf9e34a54d2515c (diff)
docs: mention OpenBSD
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 855747ce7..216e117b2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You can subscribe to it with a google account or by sending an email to syzkalle
Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well.
Most of the documentation at this moment is related to the Linux kernel.
-For other OS kernels check: [Akaros](docs/akaros/README.md), [FreeBSD](docs/freebsd.md), [Fuchsia](docs/fuchsia.md), [NetBSD](docs/netbsd.md), [Windows](docs/windows.md), [gVisor](docs/gvisor.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.md), [gVisor](docs/gvisor.md).
- [How to install syzkaller](docs/setup.md)
- [How to use syzkaller](docs/usage.md)