(c) David Alan Gilbert 1995-1999

(L)inux (K)ernel (B)ooter

This is the 'Linux Kernel Booter'.  Its a boot loader for ARM Linux for the
oldest Archimedes and is intended for the ROMS - i.e. this is not what you
need to load Linux from Risc OS.

It hasn't actually been tested on a real archimedes, its actually only
been used on my Archimedes Emulator (arcem); I'm guessing that on a real
machine you'd have to be more careful with the VIDC timings - but if nothing
else its a start.

Building
--------
You need GAS and the GNU Linker ported to ARM (I've done this cross
compiled from an x86/Alpha Linux box rather than on a native ARM box).

Edit the makefile to point to your assembler and linker and your
ARM Linux kernel and then type make.  Its probably a good idea to
make clean between builds - I don't think the Makefile quite
covers all dependencies.

What you get out is a file called 'full' which is a 2MB ROM
image - padded with 0's as appropriate.

Copyright
---------
This is copyright (c) 1997-9 David Alan Gilbert.  I'll allow
it to be distributed under the terms of the GNU Public License
(Version 2).

PLEASE - if you want to release a modified version tell me
and send me the patches.

Dave Gilbert (lkb@treblig.org)
