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 std.xen: Move towards std.amd64
details: https://anonhg.NetBSD.org/src/rev/f9c6cada7e10
branches: trunk
changeset: 953284:f9c6cada7e10
user: gdt <gdt%NetBSD.org@localhost>
date: Thu Mar 04 19:01:41 2021 +0000
description:
std.xen: Move towards std.amd64
(No functional change.)
diffstat:
sys/arch/amd64/conf/std.xen | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (32 lines):
diff -r a53f75fcc49b -r f9c6cada7e10 sys/arch/amd64/conf/std.xen
--- a/sys/arch/amd64/conf/std.xen Thu Mar 04 16:02:10 2021 +0000
+++ b/sys/arch/amd64/conf/std.xen Thu Mar 04 19:01:41 2021 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: std.xen,v 1.13 2020/04/25 15:26:16 bouyer Exp $
-# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
+# $NetBSD: std.xen,v 1.14 2021/03/04 19:01:41 gdt Exp $
#
-# standard, required NetBSD/i386 'options'
+# standard, required NetBSD/xen 'options'
+# Note that this file is used by both DOM0 and DOMU.
machine xen amd64 x86
include "conf/std" # MI standard options
-include "arch/xen/conf/files.xen.pv"
-
-options XEN #Xen support
-
-include "arch/xen/conf/std.xenversion"
+include "arch/xen/conf/std.xenversion"
options CPU_IN_CKSUM
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
+#options MULTIPROCESSOR
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few
+
+options XEN # Xen support
+include "arch/xen/conf/files.xen.pv"
Home |
Main Index |
Thread Index |
Old Index