Module Name: src
Committed By: maxv
Date: Sat Oct 7 10:32:56 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: version
Log Message:
Bump bootloader version, support for booting KASLR amd64 kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/stand/boot/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/i386/stand/boot/version
diff -u src/sys/arch/i386/stand/boot/version:1.16 src/sys/arch/i386/stand/boot/version:1.17
--- src/sys/arch/i386/stand/boot/version:1.16 Fri Aug 30 16:43:33 2013
+++ src/sys/arch/i386/stand/boot/version Sat Oct 7 10:32:56 2017
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.16 2013/08/30 16:43:33 jmcneill Exp $
+$NetBSD: version,v 1.17 2017/10/07 10:32:56 maxv 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
@@ -48,3 +48,4 @@ is taken as the current.
5.8: Support for splash images.
5.9: VESA VBE/DDC EDID support.
5.10: Support for using raw file-system images as memory disks.
+5.11: Support for booting KASLR amd64 kernels.