Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/ofwboot Bump version now that we can lo...



details:   https://anonhg.NetBSD.org/src/rev/3540da3ce35c
branches:  trunk
changeset: 338887:3540da3ce35c
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 14 18:40:10 2015 +0000

description:
Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB

diffstat:

 sys/arch/sparc/stand/ofwboot/version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r a5257ef1ff38 -r 3540da3ce35c sys/arch/sparc/stand/ofwboot/version
--- a/sys/arch/sparc/stand/ofwboot/version      Sun Jun 14 16:56:36 2015 +0000
+++ b/sys/arch/sparc/stand/ofwboot/version      Sun Jun 14 18:40:10 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.20 2013/12/08 14:41:28 palle Exp $
+$NetBSD: version,v 1.21 2015/06/14 18:40:10 martin 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
@@ -21,3 +21,4 @@
 1.15:  Properly close the firmware handle before starting the kernel
 1.16:  Add support to boot with root on cd9660
 1.17:  Add support for sun4v architecture
+1.18:  Fix loading of kernels with huge .bss



Home | Main Index | Thread Index | Old Index