diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
commit | 4bd7ab3e3692d28a2a2549c2b913830188c8d671 (patch) | |
tree | 47bcfb801c3641f3260bc63c11df9486222c2000 /md/writeup/compile_linux_kernel.md | |
parent | d9499828fce53ea2ae5927246b394886775064bc (diff) | |
download | md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.tar.gz md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.zip |
Updeited to use TOC
Diffstat (limited to 'md/writeup/compile_linux_kernel.md')
-rw-r--r-- | md/writeup/compile_linux_kernel.md | 14 |
1 files changed, 8 insertions, 6 deletions
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 |