LKB is the 'linux kernel booter'. Its a minimalistic bootloader for arm26, originally written by DAG. The version here is heavily modified, and will only boot 'XIP' kernel images, which are available since lately in arm26linux. Version 0.0.1 is 'buggy' in that it places the images in low ROM (0x03400000) which is not where Archimedes machines boot from. Version 0.0.2 fixes this and abstracts the build process a little. * {{home:projects:linux:arm26linux:lkb-0.0.1.tar.bz2}} * {{home:projects:linux:arm26linux:lkb-0.0.2.tar.bz2}}