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/f1443e96f790
branches:  trunk
changeset: 466147:f1443e96f790
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 f08c3a5e7cbf -r f1443e96f790 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