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 42: | Line 25: | ||
env MAKEOBJDIRPREFIX=/usr/obj/PS3 make buildworld buildkernel installkernel installworld distribution \ | env MAKEOBJDIRPREFIX=/usr/obj/PS3 make buildworld buildkernel installkernel installworld distribution \ | ||
TARGET=powerpc TARGET_ARCH=powerpc64 KERNCONF=PS3 DESTDIR=/root/PS3 | TARGET=powerpc TARGET_ARCH=powerpc64 KERNCONF=PS3 DESTDIR=/root/PS3 | ||
</pre> | </pre> | ||
=Rebuilding Loader= | =Rebuilding Loader= | ||
<pre> | <pre> | ||
Line 59: | Line 37: | ||
=Rebuilding Kernel= | =Rebuilding Kernel= | ||
<pre> | <pre> | ||
Line 76: | Line 52: | ||
<pre> | <pre> | ||
newfs -U /dev/ps3disk3p3 | newfs -U /dev/ps3disk3p3 | ||
</pre> | </pre> | ||
Line 100: | Line 61: | ||
proc /proc procfs rw 0 0 | proc /proc procfs rw 0 0 | ||
</pre> | </pre> | ||