diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-25 18:40:03 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-25 18:40:03 +0000 |
commit | d26a4e12deafade205d37a9fda748a6b78dfdb6a (patch) | |
tree | 2ed6d8ca57e6c095748eeb99c811cf9d038ad1af /core/reboot.html | |
parent | 7ecd18da2b5518296bdb366234fb04a1e46335e8 (diff) | |
download | doc-d26a4e12deafade205d37a9fda748a6b78dfdb6a.tar.gz |
overall revesion
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 |