summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/boot/version
blob: b787c9d6f8112c461652fad8df5da2a083fd4888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: version,v 1.9 2022/06/21 12:45:46 isaki Exp $

NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
file is important - make sure the entries are appended on end, last item
is taken as the current.

0.3:	xxboot, ancient monolithic bootstrap program.
1.0:	Initial version of the libsa-based bootstrap loader.
1.1:	loadfile() update to avoid backwards seeks for ELF Program Headers.
1.2:	Fix serial console output.
1.3:	Avoid exception on 68060 in UFS ops.
1.4:	ffsv2 support.
1.5:	Make key interrupt to get boot menu works properly even after
	non ASCII keys (CTRL, OPT.1 etc.) are pressed during boot.
1.6:	Disable slow gunzip CRC32 calculation.
1.7:	Integrate netboot.
1.8:	Fix blocksize parameter passes to SCSI IOCS.