version 1.4, 2012/07/25 20:06:40
|
version 1.5, 2012/07/25 20:09:58
|
Line 22
|
Line 22
|
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> -U distribution |
# ./build.sh -O ../obj -T ../tools -j#jobs -U distribution |
"""]] |
"""]] |
|
|
* Build the kernel |
* Build the kernel |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> kernel=<KERNEL> |
# ./build.sh -O ../obj -T ../tools -j#jobs kernel=YOUR_KERNEL |
"""]] |
"""]] |
|
|
* Install the new kernel |
* Install the new kernel |
Line 37
|
Line 37
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# cp /netbsd /netbsd.old |
# cp /netbsd /netbsd.old |
# cp /usr/obj/sys/arch/<ARCH>/compile/<KERNEL>/netbsd / |
# cp /usr/obj/sys/arch/YOUR_ARCH/compile/YOUR_KERNEL/netbsd / |
# shutdown -r now |
# shutdown -r now |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -U install=/ |
# ./build.sh -O ../obj -T ../tools -U install=/ |