Source-Changes-HG archive

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

src: x86: Increase BOOTINFO_MAXSIZE to 8Kib.



details:   https://anonhg.NetBSD.org/src/rev/83697512a3bb
branches:  trunk
changeset: 318143:83697512a3bb
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 e40a1c9a03f9 -r 83697512a3bb 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