Editing Building FreeBSD World
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
Line 8: | Line 6: | ||
=Fetching Source Code= | =Fetching Source Code= | ||
<pre> | <pre> | ||
svn co svn://svn.freebsd.org/base/head /usr/devel | svn co svn://svn.freebsd.org/base/head /usr/devel | ||
Line 24: | Line 17: | ||
<pre> | <pre> | ||
cd /usr/devel/sys/powerpc/conf | cd /usr/devel/sys/powerpc/conf | ||
mkdir /root/kernels | mkdir /root/kernels | ||
Line 48: | Line 31: | ||
=Rebuilding Loader= | =Rebuilding Loader= | ||
<pre> | <pre> | ||
Line 60: | Line 41: | ||
=Rebuilding Kernel= | =Rebuilding Kernel= | ||
* If you change your kernel configuration or make changes to kernel source then you don't have to rebuild the whole world | * If you change your kernel configuration or make changes to kernel source then you don't have to rebuild the whole world. You can recompile the kernel only. | ||
<pre> | <pre> | ||
Line 87: | Line 68: | ||
mount -t msdosfs /dev/da0s1 /tmp/usb | mount -t msdosfs /dev/da0s1 /tmp/usb | ||
mount -t ufs /dev/ | mount -t ufs /dev/da0s1 /tmp/ufs | ||
cd /tmp/ufs | cd /tmp/ufs | ||
Line 127: | Line 108: | ||
freebsd=/boot/loader.ps3 | freebsd=/boot/loader.ps3 | ||
</pre> | </pre> | ||