Details on this package are located in Section 10.54.2, “Contents of Colo.”
The Colo package contains the Cobalt Boot Loader.
This patch updates the Colo bootloader to build under 64 bit:
patch -Np1 -i ../colo-1.21-make_fix-1.patch
This bootloader is for the MIPS based cobalt servers RaQ, RaQ2, Qube, or the Qube2.
cd tools/elf2rfx make CC=gcc cd ../.. make CC="${CC} ${BUILD64}" CROSS_COMPILE="${LFS_TARGET}-" binary
Compile the Colo package:
cp -v chain/colo-chain.elf ${LFS}/boot/vmlinux gzip -9 ${LFS}/boot/vmlinux
Details on this package are located in Section 10.54.2, “Contents of Colo.”