History log of /netbsd/sys/arch/i386/stand/dosboot/version (Results 1 – 11 of 11)
Revision Date Author Comments
# ac6f476b 15-Jul-2008 perry <perry@NetBSD.org>

Update the version numbers following commit, and make them all identical.


# 81acacd7 01-Feb-2003 dsl <dsl@NetBSD.org>

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

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)

show more ...


# 45e7238a 09-Nov-2001 scw <scw@NetBSD.org>

Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.


# ad2c12a2 02-Aug-2001 bjh21 <bjh21@NetBSD.org>

Bump version numbers of all bootloaders that use loadfile/ELF, to account for
my changes to symbol loading. I should probably have done this at the time,
but it's better late than never.


# 49c105ff 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

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

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.

show more ...


# c8f528ad 12-Jul-2000 jdolecek <jdolecek@NetBSD.org>

switch to MI newvers_stand.sh version info generator


# 371363a1 30-Jan-1999 christos <christos@NetBSD.org>

Add exec.c here and bump version for elf.
XXX: This code has not been tested!


# a541c86a 27-Oct-1998 ws <ws@NetBSD.org>

Update version number and mention int13 extension support
(sorry, forgot this on the recent commit of the above).


# 13b329cd 08-Jul-1998 drochner <drochner@NetBSD.org>

bump version number to reflect the partition ID change
(should have been done long ago)


# dc0b04e0 20-Sep-1997 drochner <drochner@NetBSD.org>

Note use of common menu functions and new framework for argument passing
to the kernel.


# e31d3807 26-Jul-1997 thorpej <thorpej@NetBSD.org>

New welcome banner code, modeled after NetBSD/hp300's boot program
welcome banner code. Includes additional build information, and it
generally nicer to look at.