From 5dd05e8b9a9bb079f773d0cf7504f5e19cc3bd58 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 14 Jun 2015 18:40:10 +0000 Subject: [PATCH] Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB --- sys/arch/sparc/stand/ofwboot/version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc/stand/ofwboot/version b/sys/arch/sparc/stand/ofwboot/version index 871d6ef207ae..89efa5b02be6 100644 --- a/sys/arch/sparc/stand/ofwboot/version +++ b/sys/arch/sparc/stand/ofwboot/version @@ -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