Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Enable Multiboot support by default since...



details:   https://anonhg.NetBSD.org/src/rev/f930499dc7f9
branches:  trunk
changeset: 588026:f930499dc7f9
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Feb 05 15:39:20 2006 +0000

description:
Enable Multiboot support by default since this kernel is the one to most
likely benefit from this feature.  Per anonymous suggestion in my blog.

diffstat:

 sys/arch/i386/conf/XEN0 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 40bcfdab0842 -r f930499dc7f9 sys/arch/i386/conf/XEN0
--- a/sys/arch/i386/conf/XEN0   Sun Feb 05 14:11:18 2006 +0000
+++ b/sys/arch/i386/conf/XEN0   Sun Feb 05 15:39:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN0,v 1.29 2006/02/05 05:01:55 cube Exp $
+# $NetBSD: XEN0,v 1.30 2006/02/05 15:39:20 jmmv Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -25,6 +25,9 @@
 
 #options       MTRR            # memory-type range register syscall support
 
+options        MULTIBOOT       # Multiboot support (see multiboot(8))
+#options       MULTIBOOT_SYMTAB_SPACE=1048576
+
 #options       CONSDEVNAME="\"xencons\""
 #options       CONS_OVERRIDE
 



Home | Main Index | Thread Index | Old Index