$NetBSD: version,v 1.13 2024/09/20 05:53:43 mrg 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.

1.0:	Matthias Drochner's new DOS boot program.
1.1:	New welcoming banner.
1.2:	Use common menu / parsing functions with other bootloaders.
	New framework to pass information to the kernel.
1.3:	Switch to new NetBSD MBR partition ID.
1.4:	Support BIOS Int13-Extensions.
1.5:	Support ELF.
1.6:	Support verbose/quiet boot.
1.7:	loadfile() update:  ELF symbols no longer need backward seeks.
1.8:	loadfile() update to avoid backwards seeks for ELF Program Headers.
1.9:	move stack 64k up memory to allow for larger code and data
	use .code16 and .code32 directives
5.1:	Change boot messages to replace build date with kernel version.
5.2:	Support for partition labels, recursive labels inside RAID partitions,
	booting a directory with kernel and modules, MultiBoot 2, not using
	the default menu options from prompt "boot" command, new "root"
	command that changes default root, bi-endian support in disklabel,
	RAID and UFS, and fixes for buggy ACPI implementations, and remove
	XMS (eXtended Memory Specification) specific code.
