Home | History | Annotate | Line # | Download | only in conf
std.arc revision 1.11
      1  1.11      matt #	$NetBSD: std.arc,v 1.11 2000/12/03 07:05:21 matt 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.1  jonathan mainbus0 at root
      7   1.1  jonathan cpu* at mainbus0
      8   1.3  jonathan 
      9   1.3  jonathan # set CPU architecture level for kernel target
     10   1.8      soda #options 	MIPS1			# R2000/R3000 support
     11   1.8      soda options 	MIPS3			# R4000/R4400 support
     12   1.3  jonathan 
     13   1.3  jonathan # Standard (non-optional) system "options"
     14   1.3  jonathan 
     15   1.3  jonathan # Standard exec-package options
     16   1.4     lukem options 	EXEC_ELF32		# native exec format
     17   1.4     lukem options 	EXEC_SCRIPT		# may be unsafe
     18   1.8      soda 
     19   1.9     enami options 	MIPS3_L2CACHE_PRESENT	# may have L2 cache
     20   1.9     enami options 	MIPS3_L2CACHE_ABSENT	# may not have L2 cache
     21   1.8      soda 
     22   1.8      soda options 	__NO_SOFT_SERIAL_INTERRUPT	# for "com" driver
     23  1.11      matt 
     24  1.11      matt makeoptions	DEFTEXTADDR="0x80200000"
     25  1.11      matt makeoptions	ENDIAN="-EL"
     26