From 15826f50875c279b9c7b3c6d26322efe15f24cfb Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 14 Jun 2017 14:13:00 +0200 Subject: docs: move parts of README to docs --- docs/internals.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/internals.md (limited to 'docs/internals.md') diff --git a/docs/internals.md b/docs/internals.md new file mode 100644 index 000000000..183b9f2df --- /dev/null +++ b/docs/internals.md @@ -0,0 +1,5 @@ +### Internals + +- [Process structure](process_structure.md) +- [Crash reports](crash_reports.md) +- [Syscall descriptions](syscall_descriptions.md) -- cgit mrf-deployment