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 59: | Line 40: | ||
=Rebuilding Kernel= | =Rebuilding Kernel= | ||
<pre> | <pre> | ||
Line 87: | Line 66: | ||
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 106: | ||
freebsd=/boot/loader.ps3 | freebsd=/boot/loader.ps3 | ||
</pre> | </pre> | ||