Originally posted by another user
This kernel will not work with Asbestos Loader. It doesn’t seem to have marcan’s Asbestos patches. git.marcansoft.com Git – ps3-linux.git/summary
These 2 patches are needed and in this order.
[PS3] Get lv1 high memory region from devtree ( patch1 )
[PS3] Add region 1 memory early ( patch2 )
Your not really going to gain much from running Graf’s kernel, its just a few drivers for more experienced hackers. Its not much use at the moment.
Now, if you really want to have it check it out from git.
Get the patches from Marcan’s git.
cd to the linux-2.6 dir.
patch -p1 < ../patch1
patch -p1 < ../patch2
make ps3_defconfig
make vmlinux && make modules_install
Strip the kernel
powerpc64-unknown-linux-gnu-objcopy -S vmlinux vmlinux.striped
Now vmlinux.striped is your kernel for asbestos.
I know this is probably gibberish for most if you but I don't have time for all the little details.