Module Name:    src
Committed By:   jmcneill
Date:           Sun Nov 10 20:01:55 UTC 2013

Added Files:
        src/sys/arch/evbarm/conf: GENERIC_USERMODE

Log Message:
add usermode kernel config


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/GENERIC_USERMODE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/arch/evbarm/conf/GENERIC_USERMODE
diff -u /dev/null src/sys/arch/evbarm/conf/GENERIC_USERMODE:1.1
--- /dev/null	Sun Nov 10 20:01:55 2013
+++ src/sys/arch/evbarm/conf/GENERIC_USERMODE	Sun Nov 10 20:01:55 2013
@@ -0,0 +1,17 @@
+# $NetBSD: GENERIC_USERMODE,v 1.1 2013/11/10 20:01:55 jmcneill Exp $
+
+machine usermode
+include "arch/usermode/conf/GENERIC.common"
+include "arch/arm/conf/majors.arm32"
+
+no options EXEC_ELF64
+
+options 	INSECURE		# required by sysinst
+
+options		TEXTADDR=0x20000000	# 1 Gb `phys ram' / total space
+options		KVMSIZE= 0x10000000	# KVM space reserved in VM map, 256 Mb
+options		NKMEMPAGES_MAX=32768	# 128 Mb max
+
+#options 	INCLUDE_CONFIG_FILE
+#ident 		"GENERIC_USERMODE-$Revision: 1.1 $"
+

Reply via email to