NetBSD/sys/arch/i386/stand/dosboot/version
dsl 81acacd723 Change all .S files to use .code16 and .code32
Support 32bit addresses >64k as valid on bios calls.
Move stack for dosboot and biosboot to >64 so stack doesn't hit data.
Use disk sector number passed by mbr code to select default partition
(the mbr code doesn't do this yet).
NB only biosboot and dosboot have been tested so far.
(changes approved by christos and fvdl)
2003-02-01 14:48:16 +00:00

19 lines
785 B
Plaintext

$NetBSD: version,v 1.10 2003/02/01 14:48:17 dsl 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