diff options
Diffstat (limited to 'core/reboot.html')
-rw-r--r-- | core/reboot.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/reboot.html b/core/reboot.html index 7bc22ea..23e2996 100644 --- a/core/reboot.html +++ b/core/reboot.html @@ -33,13 +33,22 @@ <h2 id="linux">1.4.1. Linux Kernel</h2> - <p>Core ports have two kernels, linux-libre and linux-blob. + <p>Core ports have two + <a href="linux.html">linux kernels</a>, + <a href="ports/linux-libre">linux-libre</a> and + <a href="ports/linux-blob">linux-blob</a>. Port linux-libre kernel is a true source based kernel that respects your freedoms, is x86_64 but not generic configured, select modules (drivers) for your hardware, for example correct graphic driver and disk. Port linux-blob is dangerous, contain blobs (from bad corporations).</p> + <p>Addition to upstream kernel is applied a patch with + more cpu families gcc optimizations and grsecurity patch. + Check tpe protection configuration on + <a href="linux.html#sysctl">sysctl</a> if breaks functionality + during initial configuration.</p> + <pre> # cd /usr/ports/c9-ports/linux-libre # pkgmk -d |