Module Name: src
Committed By: gdt
Date: Thu Mar 4 19:01:41 UTC 2021
Modified Files:
src/sys/arch/amd64/conf: std.xen
Log Message:
std.xen: Move towards std.amd64
(No functional change.)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/conf/std.xen
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/std.xen
diff -u src/sys/arch/amd64/conf/std.xen:1.13 src/sys/arch/amd64/conf/std.xen:1.14
--- src/sys/arch/amd64/conf/std.xen:1.13 Sat Apr 25 15:26:16 2020
+++ src/sys/arch/amd64/conf/std.xen Thu Mar 4 19:01:41 2021
@@ -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"