2003-02-01 17:48:16 +03:00
|
|
|
$NetBSD: version,v 1.10 2003/02/01 14:48:17 dsl Exp $
|
1997-07-26 05:50:36 +04:00
|
|
|
|
|
|
|
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
2000-07-13 01:05:35 +04:00
|
|
|
file is important - make sure the entries are appended on end, last item
|
|
|
|
is taken as the current.
|
1997-07-26 05:50:36 +04:00
|
|
|
|
2000-07-13 01:05:35 +04:00
|
|
|
1.0: Matthias Drochner's new DOS boot program.
|
|
|
|
1.1: New welcoming banner.
|
1997-09-20 16:28:21 +04:00
|
|
|
1.2: Use common menu / parsing functions with other bootloaders.
|
|
|
|
New framework to pass information to the kernel.
|
2000-07-13 01:05:35 +04:00
|
|
|
1.3: Switch to new NetBSD MBR partition ID.
|
|
|
|
1.4: Support BIOS Int13-Extensions.
|
|
|
|
1.5: Support ELF.
|
2000-09-24 16:32:31 +04:00
|
|
|
1.6: Support verbose/quiet boot.
|
2001-08-02 16:24:05 +04:00
|
|
|
1.7: loadfile() update: ELF symbols no longer need backward seeks.
|
2001-11-09 22:53:11 +03:00
|
|
|
1.8: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
2003-02-01 17:48:16 +03:00
|
|
|
1.9: move stack 64k up memory to allow for larger code and data
|
|
|
|
use .code16 and .code32 directives
|