Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Disable multiboot for now, too much brea...
details: https://anonhg.NetBSD.org/src/rev/de8492db801a
branches: trunk
changeset: 967540:de8492db801a
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Dec 14 07:45:20 2019 +0000
description:
Disable multiboot for now, too much breakage.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 7dd90669ea93 -r de8492db801a sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sat Dec 14 04:12:49 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sat Dec 14 07:45:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.550 2019/12/10 12:08:52 yamaguchi Exp $
+# $NetBSD: GENERIC,v 1.551 2019/12/14 07:45:20 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,11 +22,11 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.550 $"
+#ident "GENERIC-$Revision: 1.551 $"
maxusers 64 # estimated number of users
-options MULTIBOOT # Multiboot support (see multiboot(8))
+#options MULTIBOOT # Multiboot support (see multiboot(8))
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000
Home |
Main Index |
Thread Index |
Old Index