Home | History | Annotate | Line # | Download | only in dosboot
      1  1.13       mrg $NetBSD: version,v 1.13 2024/09/20 05:53:43 mrg Exp $
      2   1.1   thorpej 
      3   1.1   thorpej NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
      4   1.6  jdolecek file is important - make sure the entries are appended on end, last item
      5   1.6  jdolecek is taken as the current.
      6   1.1   thorpej 
      7   1.6  jdolecek 1.0:	Matthias Drochner's new DOS boot program.
      8   1.6  jdolecek 1.1:	New welcoming banner.
      9   1.2  drochner 1.2:	Use common menu / parsing functions with other bootloaders.
     10   1.2  drochner 	New framework to pass information to the kernel.
     11   1.6  jdolecek 1.3:	Switch to new NetBSD MBR partition ID.
     12   1.6  jdolecek 1.4:	Support BIOS Int13-Extensions.
     13   1.6  jdolecek 1.5:	Support ELF.
     14   1.7  jdolecek 1.6:	Support verbose/quiet boot.
     15   1.8     bjh21 1.7:	loadfile() update:  ELF symbols no longer need backward seeks.
     16   1.9       scw 1.8:	loadfile() update to avoid backwards seeks for ELF Program Headers.
     17  1.10       dsl 1.9:	move stack 64k up memory to allow for larger code and data
     18  1.10       dsl 	use .code16 and .code32 directives
     19  1.11     perry 5.1:	Change boot messages to replace build date with kernel version.
     20  1.13       mrg 5.2:	Support for partition labels, recursive labels inside RAID partitions,
     21  1.13       mrg 	booting a directory with kernel and modules, MultiBoot 2, not using
     22  1.13       mrg 	the default menu options from prompt "boot" command, new "root"
     23  1.13       mrg 	command that changes default root, bi-endian support in disklabel,
     24  1.13       mrg 	RAID and UFS, and fixes for buggy ACPI implementations, and remove
     25  1.13       mrg 	XMS (eXtended Memory Specification) specific code.
     26