aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-12-08 15:26:30 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-08 15:26:30 +0100
commitb554370c533a736225a2d18de39c3d83984ba14b (patch)
tree80d777b25d8013b754263bac6b7aacfbc0fbb0b6 /README.md
parent579f36e1d8f5312b09edce9564c5226a5902dcf4 (diff)
docs/darwin: add some info about darwin
Also move windows into separate dir, mention windows/darwin in found bugs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 216e117b2..8da5d4fb1 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,18 @@ You can subscribe to it with a google account or by sending an email to syzkalle
## Documentation
-Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well.
+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), [OpenBSD](docs/openbsd/setup.md), [Windows](docs/windows.md), [gVisor](docs/gvisor.md).
+For other OS kernels check:
+[Akaros](docs/akaros/README.md),
+[Darwin/XNU](docs/darwin/README.md),
+[FreeBSD](docs/freebsd.md),
+[Fuchsia](docs/fuchsia.md),
+[NetBSD](docs/netbsd.md),
+[OpenBSD](docs/openbsd/setup.md),
+[Windows](docs/windows/README.md),
+[gVisor](docs/gvisor.md).
- [How to install syzkaller](docs/setup.md)
- [How to use syzkaller](docs/usage.md)