Version 14 (21-MAR-2001)
----------
released by Klaasjan van Druten

 - added the GPL v2 explicitly 
 - added memory map for Psion 5 with ROM 1.01(145)  
 - added memory map for Psion 5MX (provided by Tony Lindgren)
	this memory map is actually identical to the one of the 16MB geofox
	(nevertheless it makes sense to add it, if only for documentation
	purposes)
 - -DINIT_SERIAL disabled by default, to avoid possible problems for the 5MX
 - updated README to describe Arlo 1.23


Version 0 to 13 released by Werner Almesberger:

Version 13 (22-SEP-1999)
----------

 - serial port setup now enables RTS and drivers, disables DTR, when built with
   -DPSION (this way, it also works if the port was previously used by EPOC)
 - debugging output sequence now begins with "(" instead of "@("
 - when copying to the page containing the boot code, the latter was cleverly
   copied away. Unfortunately, the pointer to the free memory list stored in
   that page wasn't updated, yielding surprises when (if) fetching the next
   free memory segment.
 - README no longer refers to crash+burn-13 but to crash+burn-NN
 - changed default command line from "yeah!" to ""


Version 12 (9-APR-1999)
----------

 - when loading the second file, the first fragment was used twice (this broke
   initrds > 512 kB)


Version 11 (20-FEB-1999)
----------

 - changed architecture code to 9
 - updated install instructions for crash+burn-13
 - removed psionisms from the install instructions
 - removed boot/mkinitrd (use
   ftp://lrcftp.epfl.ch/pub/people/almesber/psion/env-*.tar.gz instead)
 - removed boot/hello.c (obsolete)


Version 10 (13-JAN-1999)
----------

 - added compile-time option -DAUTODETECT (if absent, use EPOC's list)
 - command line option passed by Arlo are now appended to the options string
 - Makefile: added dependencies on Makefile for everything leading to boot.bin


Version 9 (12-JAN-1999)
---------

 - findmem didn't end the memory fragments list properly, e.g. leaving a
   duplicate last entry


Version 8 (11-JAN-1999)
---------

 - fixed fragment size calculation for initrd


Version 7 (9-JAN-1999)
---------

 - changed load logic to be compatible with Arlo 0.51
 - glue.pl no longer includes the free list unless explicitly requested (with
   -f filename)
 - glue.pl didn't stop after detecting a usage error
 - added support for loading an initrd at the top of memory


Version 6 (11-NOV-1998)
---------

 - added free memory detection to relocator
 - added new script mergemem.pl to compute optimal detection strategy
 - removed all traces of sniff from Makefile
 - simplified build procedure for example initrd


Version 5 (9-NOV-1998)
---------

 - glue.pl: fixed use of $3 after clobbering it (fix by Roger Gammans)
 - added xxxxSIZE variables to glue.pl (by Roger Gammans)
 - adapted to crash+burn-3 memory model
 - diagnostic output of glue.pl now puts one item per line, improving
   readability for configurations with long paths
 - README changes: document use for kernel instead of stand-along executable,
   added initrd description, added pointer to xdev information
 - distribution: added hello.c, removed sniff.{c,bin}
 - simplified some of the debugging code in boot.S
 - boot.S and FiPaBol.S now share R5 too
 - glue.pl: added option -o to specify output file
