move BSD down

This commit is contained in:
ahrenholz 2011-08-19 17:23:53 +00:00
parent 95b78130fc
commit ab823c1697

View file

@ -1,9 +1,5 @@
#summary All about installing custom kernels. #summary All about installing custom kernels.
= FreeBSD =
A small patch is required to the standard FreeBSD 8.x kernel for running CORE. See the FreeBSD installation instructions for recompiling the kernel.
= Linux Network Namespaces = = Linux Network Namespaces =
== Running a custom kernel PPA on Ubuntu == == Running a custom kernel PPA on Ubuntu ==
@ -27,4 +23,8 @@ sudo apt-get install linux-image-generic-lts-backport-maverick
== Building a custom Ubuntu kernel == == Building a custom Ubuntu kernel ==
Follow the directions here: Follow the directions here:
* https://wiki.ubuntu.com/KernelTeam/GitKernelBuild * https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
* when running `make oldconfig` watch out for "CONFIG_X86_MRST=y" on 2.6.35 and set it to "n", or keyboard/mouse may be disabled ([http://ubuntuforums.org/showthread.php?p=9562261 thread]) * when running `make oldconfig` watch out for "CONFIG_X86_MRST=y" on 2.6.35 and set it to "n", or keyboard/mouse may be disabled ([http://ubuntuforums.org/showthread.php?p=9562261 thread])
= FreeBSD =
A small patch is required to the standard FreeBSD 8.x kernel for running CORE. That patch is included in the CORE source under the `kernel/` directory. See the FreeBSD installation instructions for recompiling the kernel.