Freebsd building a kernel: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
*rehash
 
*rehash
 
=Kernel building=
 
=Kernel building=
==Go to the right directory=
+
==Go to the right directory==
 
*cd /usr/src/sys/`uname -m`/conf
 
*cd /usr/src/sys/`uname -m`/conf
 
==Save the generic config==
 
==Save the generic config==

Version vom 1. November 2017, 10:49 Uhr

Prerequisites

Install subversion

  • pkg install -y subversion
  • rehash

Kernel building

Go to the right directory

  • cd /usr/src/sys/`uname -m`/conf

Save the generic config

  • cp GENERIC XINUXKERNEL

Get the kernel

Links