xref: /netbsd-src/sys/arch/i386/stand/dosboot/version (revision 368df3735753f8d6e38f8f1bbc23b61fbe674051)
1$NetBSD: version,v 1.13 2024/09/20 05:53:43 mrg Exp $
2
3NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
4file is important - make sure the entries are appended on end, last item
5is taken as the current.
6
71.0:	Matthias Drochner's new DOS boot program.
81.1:	New welcoming banner.
91.2:	Use common menu / parsing functions with other bootloaders.
10	New framework to pass information to the kernel.
111.3:	Switch to new NetBSD MBR partition ID.
121.4:	Support BIOS Int13-Extensions.
131.5:	Support ELF.
141.6:	Support verbose/quiet boot.
151.7:	loadfile() update:  ELF symbols no longer need backward seeks.
161.8:	loadfile() update to avoid backwards seeks for ELF Program Headers.
171.9:	move stack 64k up memory to allow for larger code and data
18	use .code16 and .code32 directives
195.1:	Change boot messages to replace build date with kernel version.
205.2:	Support for partition labels, recursive labels inside RAID partitions,
21	booting a directory with kernel and modules, MultiBoot 2, not using
22	the default menu options from prompt "boot" command, new "root"
23	command that changes default root, bi-endian support in disklabel,
24	RAID and UFS, and fixes for buggy ACPI implementations, and remove
25	XMS (eXtended Memory Specification) specific code.
26