Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/stand Bump the version numbers o...



details:   https://anonhg.NetBSD.org/src/rev/f326b0dd8fb8
branches:  sommerfeld_i386mp_1
changeset: 482443:f326b0dd8fb8
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Nov 09 19:53:14 2001 +0000

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

diffstat:

 sys/arch/i386/stand/biosboot/version |  23 +++++++++++++++++++++++
 sys/arch/i386/stand/dosboot/version  |  16 ++++++++++++++++
 sys/arch/i386/stand/netboot/version  |  13 +++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 1f44c2ad8fce -r f326b0dd8fb8 sys/arch/i386/stand/biosboot/version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/biosboot/version      Fri Nov 09 19:53:14 2001 +0000
@@ -0,0 +1,23 @@
+$NetBSD: version,v 1.13.2.2 2001/11/09 19:53:14 scw 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.
+2.9:   Recognize PS/2 L40 at runtime and use appropriate gate A20
+       initialization (rather than using a compile flag).
+       Recognize ESDI disks and identify them as ed(4) for COMPAT_OLDBOOT.
+2.10:  g/c COMPAT_OLDBOOT
+2.11:  loadfile() update:  ELF symbols no longer need backward seeks.
+2.12:  loadfile() update to avoid backwards seeks for ELF Program Headers.
diff -r 1f44c2ad8fce -r f326b0dd8fb8 sys/arch/i386/stand/dosboot/version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/dosboot/version       Fri Nov 09 19:53:14 2001 +0000
@@ -0,0 +1,16 @@
+$NetBSD: version,v 1.9.2.2 2001/11/09 19:53:14 scw 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.
diff -r 1f44c2ad8fce -r f326b0dd8fb8 sys/arch/i386/stand/netboot/version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/version       Fri Nov 09 19:53:14 2001 +0000
@@ -0,0 +1,13 @@
+$NetBSD: version,v 1.6.2.2 2001/11/09 19:53:14 scw 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 network 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:   Support verbose/quiet boot.
+1.4:   loadfile() update:  ELF symbols no longer need backward seeks.
+1.5:   loadfile() update to avoid backwards seeks for ELF Program Headers.



Home | Main Index | Thread Index | Old Index