aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-10-26 19:51:54 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2017-10-27 10:04:34 +0200
commit4a7de22d606d032c57baf0d8d6c0edd10c66a556 (patch)
treef517d43ec0e3ebffd70292aa3af3b7a419e73519
parent127b1dd85c3fb269b5091e57d35974b54a2af668 (diff)
docs: add links to new OS support docs
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 265ab5bed..b7b18b450 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ 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.
+Most of the documentation at this moment is related to the Linux kernel.
+For other OS kernels check: [Akaros](docs/akaros.md), [FreeBSD](docs/freebsd.md), [Fuchsia](docs/fuchsia.md), [NetBSD](docs/netbsd.md), [Windows](docs/windows.md).
+
- [How to install syzkaller](docs/setup.md)
- [How to use syzkaller](docs/usage.md)
- [How syzkaller works](docs/internals.md)