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 6: | Line 4: | ||
* Unfortunately, you can not change monitor resolution on PS3 FreeBSD dynamically yet. That means, you have to patch the loader and kernel syscon driver for your monitor resolution. | * Unfortunately, you can not change monitor resolution on PS3 FreeBSD dynamically yet. That means, you have to patch the loader and kernel syscon driver for your monitor resolution. | ||
= | =Checking Out Head= | ||
<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 109: | Line 88: | ||
sshd_enable="YES" | sshd_enable="YES" | ||
</pre> | </pre> | ||
Line 127: | Line 97: | ||
freebsd=/boot/loader.ps3 | freebsd=/boot/loader.ps3 | ||
</pre> | </pre> | ||