From ab823c16979969c89df936db81937c8a42e4f7e8 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 19 Aug 2011 17:23:53 +0000 Subject: [PATCH] move BSD down --- wiki/CustomKernels.wiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/CustomKernels.wiki b/wiki/CustomKernels.wiki index 67ad5280..2962818b 100644 --- a/wiki/CustomKernels.wiki +++ b/wiki/CustomKernels.wiki @@ -1,9 +1,5 @@ #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 = == 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 == Follow the directions here: * 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]) \ No newline at end of file + * 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. \ No newline at end of file