No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / alpha / stand / boot / version
blobdee152678d564e5a6a0cd1ca3c48d7b3088198a1
1 $NetBSD: version,v 1.14 2001/08/02 12:24:05 bjh21 Exp $
3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
4 file is important - make sure the entries are appended on end, last item
5 is taken as the current.
7 1.1:    Initial version
8 1.2:    don't forget the Id string!
9 1.3:    make it work on AlphaStations
10 1.4-1:  Re-import from master sources
11 1.4-2:  Complete rewrite of boot block code
12 1.5:    Update for new ECOFF headers
13 1.6:    Don't pass arguments to the kernel, trim unnecessary environment
14         calls, kill 'ask' loop (i.e. if boot fails, halt), separate
15         ECOFF and a.out support into separate options.
16 1.7:    Use libsa and libkern rather than building the objects locally.
17 1.8:    Search for a kernel, if none specified.
18 1.9:    Add support for gzipped kernels.
19 1.10:   The Great Boot Block Cleanup of April 1999.
20 1.11:   Add support for booting off RAIDframe RAID1 mirrors.
21 1.12:   loadfile() update:  ELF symbols no longer need backward seeks.
22 1.13:   loadfile() update to avoid backwards seeks for ELF Program Headers.