From 4a7de22d606d032c57baf0d8d6c0edd10c66a556 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 26 Oct 2017 19:51:54 +0200 Subject: docs: add links to new OS support docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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) -- cgit mrf-deployment