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 add "prekern" to the string list.



details:   https://anonhg.NetBSD.org/src/rev/242372dca188
branches:  trunk
changeset: 827687:242372dca188
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 09 01:01:33 2017 +0000

description:
add "prekern" to the string list.

diffstat:

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

diffs (18 lines):

diff -r dd8fb1a4e60c -r 242372dca188 sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h   Wed Nov 08 21:44:29 2017 +0000
+++ b/sys/arch/x86/include/bootinfo.h   Thu Nov 09 01:01:33 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.h,v 1.27 2017/10/07 10:26:38 maxv Exp $       */
+/*     $NetBSD: bootinfo.h,v 1.28 2017/11/09 01:01:33 christos Exp $   */
 
 /*
  * Copyright (c) 1997
@@ -44,7 +44,7 @@
 
 #define BTINFO_STR "bootpath", "rootdevice", "bootdisk", "netif", \
     "console", "biosgeom", "symtab", "memmap", "bootwedge", "modulelist", \
-    "framebuffer", "userconfcommands", "efi", "efimemmap",
+    "framebuffer", "userconfcommands", "efi", "efimemmap", "prekern",
 
 #ifndef _LOCORE
 



Home | Main Index | Thread Index | Old Index