1 $NetBSD: version,v 1.11 2006/08/19 22:44:57 bjh21 Exp $
3 0.90: Experimental C version
5 1.0: loadfile() update: ELF symbols no longer need backward seeks.
6 1.1: Now wrapped in a relocatable module.
7 1.2: *boot26 available after loading module.
8 1.3: loadfile() update to avoid backwards seeks for ELF Program Headers.
9 1.4: get_page() abstracted.
10 1.5: bump HIMEM to 0x28000 so .gz kernels work on 16 MB machines
11 #1.6: reserved for 1.6 branch
12 #1.7: reserved for 1.6 branch
13 #1.8: reserved for 1.6 branch
14 #1.9: reserved for 1.6 branch
15 1.10: make start offset into a branch so we can be *Load'ed and *Go'ne
16 2.99: acorn32 version split off from acorn26 bootloader
17 3.00: acorn32 bootloader version 3 is alive
18 3.01: fixed serious non VRAM screen issues and made NC live again!
19 3.02: first small try for bootfile name fixing
20 3.03: no zeropage usage anymore
21 3.04: fixed physical memory blocks searching; it was a sorting error
22 3.05: fixed printing of videomem useage
23 3.06: fixed non 1Mb-alignment problems for the top 1Mb in the memorymap
24 3.10: Serious loading problems fixed and cleanup code
25 3.20: Redone videomem mapping and top memory search; esp. for smaller machines
26 3.30: Use qsort to significantly speed memory sort
27 3.40: Adjust reserved heap space based on memory size
28 3.41: Measure vsync frequency rather than using a constant 56 Hz
29 3.42: Provide a warning when the kernel is bigger than the first DRAM block