Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include PR/54147: Increase BOOTINFO_MAXSIZE to ...



details:   https://anonhg.NetBSD.org/src/rev/23a5ea83cdda
branches:  trunk
changeset: 452185:23a5ea83cdda
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Jun 21 02:08:55 2019 +0000

description:
PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib.

Some systems require a larger bootinfo size for memory descriptors.

diffstat:

 sys/arch/x86/include/bootinfo.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1e996b773bc -r 23a5ea83cdda sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h   Fri Jun 21 01:03:51 2019 +0000
+++ b/sys/arch/x86/include/bootinfo.h   Fri Jun 21 02:08:55 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.h,v 1.29 2018/04/13 11:24:34 nonaka Exp $     */
+/*     $NetBSD: bootinfo.h,v 1.30 2019/06/21 02:08:55 nonaka Exp $     */
 
 /*
  * Copyright (c) 1997
@@ -251,7 +251,7 @@
 
 #ifdef _KERNEL
 
-#define BOOTINFO_MAXSIZE 8192
+#define BOOTINFO_MAXSIZE 16384
 
 #ifndef _LOCORE
 /*



Home | Main Index | Thread Index | Old Index