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