Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/x86/include Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/434521660820
branches: netbsd-8
changeset: 852419:434521660820
user: martin <martin%NetBSD.org@localhost>
date: Thu Jun 27 13:17:16 2019 +0000
description:
Pull up following revision(s) (requested by nonaka in ticket #1282):
sys/arch/x86/include/bootinfo.h: revision 1.30
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 077a53ce08a4 -r 434521660820 sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h Thu Jun 13 06:12:54 2019 +0000
+++ b/sys/arch/x86/include/bootinfo.h Thu Jun 27 13:17:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootinfo.h,v 1.26.6.1 2018/04/14 10:41:15 martin Exp $ */
+/* $NetBSD: bootinfo.h,v 1.26.6.2 2019/06/27 13:17:16 martin Exp $ */
/*
* Copyright (c) 1997
@@ -244,7 +244,7 @@
#ifdef _KERNEL
-#define BOOTINFO_MAXSIZE 8192
+#define BOOTINFO_MAXSIZE 16384
#ifndef _LOCORE
/*
Home |
Main Index |
Thread Index |
Old Index