Home | History | Annotate | Line # | Download | only in conf
std.arc revision 1.8
      1 #	$NetBSD: std.arc,v 1.8 2000/01/23 21:01:53 soda Exp $
      2 # standard arc info
      3 
      4 machine arc mips
      5 
      6 prefix ../gnu/sys
      7 cinclude "conf/files.softdep"
      8 prefix
      9 
     10 mainbus0 at root
     11 cpu* at mainbus0
     12 
     13 # set CPU architecture level for kernel target
     14 #options 	MIPS1			# R2000/R3000 support
     15 options 	MIPS3			# R4000/R4400 support
     16 
     17 # Standard (non-optional) system "options"
     18 options 	SWAPPAGER		# swap pager (anonymous and swap space)
     19 options 	VNODEPAGER		# vnode pager (mapped files)
     20 options 	DEVPAGER		# device pager (mapped devices)
     21 
     22 # Standard exec-package options
     23 options 	EXEC_ELF32		# native exec format
     24 options 	EXEC_SCRIPT		# may be unsafe
     25 
     26 options		MIPS3_L2CACHE_PRESENT	# may have L2 cache
     27 options		MIPS3_L2CACHE_ABSENT	# may not have L2 cache
     28 
     29 options 	__NO_SOFT_SERIAL_INTERRUPT	# for "com" driver
     30 
     31