Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf add usermode kernel config
details: https://anonhg.NetBSD.org/src/rev/f7f19fd6dae8
branches: trunk
changeset: 791262:f7f19fd6dae8
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Nov 10 20:01:55 2013 +0000
description:
add usermode kernel config
diffstat:
sys/arch/evbarm/conf/GENERIC_USERMODE | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r a0cc72ef54d3 -r f7f19fd6dae8 sys/arch/evbarm/conf/GENERIC_USERMODE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/GENERIC_USERMODE Sun Nov 10 20:01:55 2013 +0000
@@ -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 $"
+
Home |
Main Index |
Thread Index |
Old Index