Module Name: src
Committed By: martin
Date: Sun Jun 14 18:40:10 UTC 2015
Modified Files:
src/sys/arch/sparc/stand/ofwboot: version
Log Message:
Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc/stand/ofwboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/stand/ofwboot/version
diff -u src/sys/arch/sparc/stand/ofwboot/version:1.20 src/sys/arch/sparc/stand/ofwboot/version:1.21
--- src/sys/arch/sparc/stand/ofwboot/version:1.20 Sun Dec 8 14:41:28 2013
+++ src/sys/arch/sparc/stand/ofwboot/version Sun Jun 14 18:40:10 2015
@@ -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 @@ is taken as the current.
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