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 Remove GENERIC_USERMODE kernel config (...



details:   https://anonhg.NetBSD.org/src/rev/98cb8a4ccd1d
branches:  trunk
changeset: 449984:98cb8a4ccd1d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Mar 31 13:11:34 2019 +0000

description:
Remove GENERIC_USERMODE kernel config (this has never worked)

diffstat:

 sys/arch/evbarm/conf/GENERIC_USERMODE |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 2031729e859e -r 98cb8a4ccd1d sys/arch/evbarm/conf/GENERIC_USERMODE
--- a/sys/arch/evbarm/conf/GENERIC_USERMODE     Sun Mar 31 13:10:40 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $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