Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: Pull up following revision(s) (requested by nonaka in ticke...
details: https://anonhg.NetBSD.org/src/rev/fead0ae3c99e
branches: netbsd-8
changeset: 318167:fead0ae3c99e
user: martin <martin%NetBSD.org@localhost>
date: Sat Apr 14 10:41:15 2018 +0000
description:
Pull up following revision(s) (requested by nonaka in ticket #753):
sys/arch/x86/include/bootinfo.h: revision 1.29
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 35cdc9c9411f -r fead0ae3c99e sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h Sat Apr 14 10:38:59 2018 +0000
+++ b/sys/arch/x86/include/bootinfo.h Sat Apr 14 10:41:15 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootinfo.h,v 1.26 2017/02/14 13:25:22 nonaka Exp $ */
+/* $NetBSD: bootinfo.h,v 1.26.6.1 2018/04/14 10:41:15 martin Exp $ */
/*
* Copyright (c) 1997
@@ -244,7 +244,7 @@
#ifdef _KERNEL
-#define BOOTINFO_MAXSIZE 4096
+#define BOOTINFO_MAXSIZE 8192
#ifndef _LOCORE
/*
Home |
Main Index |
Thread Index |
Old Index