summaryrefslogtreecommitdiff
path: root/md/writeup/compile_linux_kernel.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/writeup/compile_linux_kernel.md')
-rw-r--r--md/writeup/compile_linux_kernel.md14
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