From 80c748800e07c28955c3cf696e7eda464a3f0634 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 27 Oct 2017 15:09:26 +0200 Subject: docs: assorted improvements --- docs/internals.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals.md') diff --git a/docs/internals.md b/docs/internals.md index 77efb7b31..aa166adf3 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -1,5 +1,8 @@ # How syzkaller works +Below is the generic descriptions of how syzkaller works. +Check [this](linux/internals.md) for Linux kernel specific things. + ## Overview The process structure for the syzkaller system is shown in the following diagram; -- cgit mrf-deployment