NetBSD/sys/arch/i386/stand/dosboot/version
2001-11-09 19:53:11 +00:00

17 lines
684 B
Plaintext

$NetBSD: version,v 1.9 2001/11/09 19:53:13 scw 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.