Home | History | Annotate | Line # | Download | only in conf
GENERIC_USERMODE revision 1.1.18.1
      1  1.1.18.1    skrll # $NetBSD: GENERIC_USERMODE,v 1.1.18.1 2017/02/05 13:40:01 skrll Exp $
      2       1.1  reinoud 
      3       1.1  reinoud machine usermode
      4       1.1  reinoud include "arch/usermode/conf/GENERIC.common"
      5       1.1  reinoud include "arch/amd64/conf/majors.amd64"
      6       1.1  reinoud 
      7       1.1  reinoud no options EXEC_ELF32
      8       1.1  reinoud 
      9       1.1  reinoud options 	INSECURE		# required by sysinst
     10       1.1  reinoud 
     11  1.1.18.1    skrll options 	TEXTADDR=0x40000000	# 1 Gb `phys ram' / total space
     12  1.1.18.1    skrll options 	KVMSIZE= 0x10000000	# KVM space reserved in VM map, 256 Mb
     13  1.1.18.1    skrll options 	NKMEMPAGES_MAX=32768	# 128 Mb max
     14       1.1  reinoud 
     15       1.1  reinoud makeoptions	COPTS+="-m64"
     16       1.1  reinoud makeoptions	LD="ld -melf_amd64"
     17       1.1  reinoud 
     18       1.1  reinoud #options 	INCLUDE_CONFIG_FILE
     19  1.1.18.1    skrll #ident 		"GENERIC32-$Revision: 1.1.18.1 $"
     20       1.1  reinoud 
     21