diff options
Diffstat (limited to 'sys/arch/alpha/stand/boot/version')
-rw-r--r-- | sys/arch/alpha/stand/boot/version | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/arch/alpha/stand/boot/version b/sys/arch/alpha/stand/boot/version index 1d0185a2d65..ef4e5e2268e 100644 --- a/sys/arch/alpha/stand/boot/version +++ b/sys/arch/alpha/stand/boot/version @@ -1,15 +1,26 @@ -$OpenBSD: version,v 1.7 2002/02/10 23:15:05 deraadt Exp $ +$OpenBSD: version,v 1.8 2011/06/05 21:49:36 miod Exp $ $NetBSD: version,v 1.9 1997/01/23 23:10:38 cgd Exp $ 1.1: Initial version 1.2: don't forget the Id string! 1.3: make it work on AlphaStations +(OpenBSD 1.1) + 1.4-1: Re-import from master sources 1.4-2: Complete rewrite of boot block code +(OpenBSD 1.2) + 1.5: Update for new ECOFF headers +(OpenBSD 1.3/1.4) + 1.6: Don't pass arguments to the kernel, trim unnecessary environment calls, kill 'ask' loop (i.e. if boot fails, halt), separate ECOFF and a.out support into separate options. +(OpenBSD 1.5) + 1.7: Use libsa and libkern rather than building the objects locally. 1.8: Search for a kernel, if none specified. 1.9: Add support for gzipped kernels. +(OpenBSD 1.6/1.7) + +1.8: Use MI loadfile, warn if kernel image would overlap SRM |