My Attempts to get my own compiled kernel to boot on my Palm Zire72

I am currently trying to build a simple busybox system for i386 using Buildroot
http://buildroot.uclibc.org/buildroot.html It's compiling now, been going for about 15 minutes on my Athlon X2 2GHz

I am also testing Scratchbox
http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/tutorial.html

Buildroot (i386/i686)[-][--][++]

Followed http://buildroot.uclibc.org/buildroot.html and it took about 20 minutes on my Athlon X2 2Ghz. I basically just built \
it with the default config options

Download the .tar, terminal into the extracted folder and:

make menuconfig
basically kept the default options, except I set i386 and i686 and Generic x86
edit the menuconfig
make

Scratchbox[-][--][++]

Download all scratchbox files (about 111mb of tar.gz)[-][--][++]

wget http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-core-1.0.17-i386.tar.gz
wget http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-libs-1.0.17-i386.tar.gz
wget http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-toolchain-arm-gcc4.1-uclibc20061004-1.0.4-i386.tar.gz

Extract them, duh! Extracted is about 351mb