From 4bd7ab3e3692d28a2a2549c2b913830188c8d671 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 22 May 2016 16:37:25 +0100 Subject: Updeited to use TOC --- md/writeup/compile_linux_kernel.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'md/writeup/compile_linux_kernel.md') diff --git a/md/writeup/compile_linux_kernel.md b/md/writeup/compile_linux_kernel.md index a92d210..75966fe 100644 --- a/md/writeup/compile_linux_kernel.md +++ b/md/writeup/compile_linux_kernel.md @@ -1,4 +1,6 @@ -# Getting sources +# Compile Linux kernel + +## Getting sources To get main repo kernel @@ -24,7 +26,7 @@ http://kernel.ubuntu.com/git/ And also there is little different native kernel building ways for some distros -# Compiling +## Compiling Run to configure kernel ``` @@ -43,22 +45,22 @@ make --> -# Linux patches +## Linux patches -## Grsecurity +### Grsecurity Linux security enhancments https://grsecurity.net/ -## Tomoyo +### Tomoyo MAC based securty mechanism http://tomoyo.osdn.jp/ -# Links +## Links 1. https://git.kernel.org/cgit/ 2. https://wiki.ubuntu.com/Kernel/SourceCode -- cgit v1.2.3