NetBSD/sys/arch/i386/stand/biosboot/version
jdolecek 49c105ffdb add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
2000-09-24 12:32:31 +00:00

18 lines
679 B
Plaintext

$NetBSD: version,v 1.9 2000/09/24 12:32:35 jdolecek 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.
2.0: Change over to Matthias Drochner's two-stage boot system.
All code is completely new.
2.1: New welcoming banner.
2.2: Use common menu / parsing functions with other bootloaders.
New framework to pass information to the kernel.
2.3: Switch to new NetBSD MBR partition ID.
2.4: Support BIOS Int13-Extensions.
2.5: Support ustarfs boot.
2.6: Support ELF boot.
2.7: Support on-the-fly switching of console devices.
2.8: Support verbose/quiet boot.