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 x86: Increase BOOTINFO_MAXSIZE to 8Kib.



details:   https://anonhg.NetBSD.org/src/rev/d8e2e178e05d
branches:  trunk
changeset: 831781:d8e2e178e05d
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Apr 13 11:24:34 2018 +0000

description:
x86: Increase BOOTINFO_MAXSIZE to 8Kib.

Proposed on port-i386 and port-amd64 with no objections:
http://mail-index.netbsd.org/port-i386/2018/04/11/msg003692.html
http://mail-index.netbsd.org/port-amd64/2018/04/11/msg002697.html

diffstat:

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

diffs (18 lines):

diff -r ac2ef1f68181 -r d8e2e178e05d sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h   Fri Apr 13 11:19:09 2018 +0000
+++ b/sys/arch/x86/include/bootinfo.h   Fri Apr 13 11:24:34 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.h,v 1.28 2017/11/09 01:01:33 christos Exp $   */
+/*     $NetBSD: bootinfo.h,v 1.29 2018/04/13 11:24:34 nonaka Exp $     */
 
 /*
  * Copyright (c) 1997
@@ -251,7 +251,7 @@
 
 #ifdef _KERNEL
 
-#define BOOTINFO_MAXSIZE 4096
+#define BOOTINFO_MAXSIZE 8192
 
 #ifndef _LOCORE
 /*



Home | Main Index | Thread Index | Old Index