docs: add links to new OS support docs

This commit is contained in:
Andrey Konovalov 2017-10-26 19:51:54 +02:00 committed by Andrey Konovalov
parent 127b1dd85c
commit 4a7de22d60

View File

@ -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)