Home | History | Annotate | Line # | Download | only in conf
std.arc revision 1.17
      1  1.17    sekiya #	$NetBSD: std.arc,v 1.17 2003/12/13 01:31:24 sekiya Exp $
      2   1.8      soda # standard arc info
      3   1.1  jonathan 
      4   1.8      soda machine arc mips
      5  1.16       chs makeoptions	MACHINE_ARCH="mipsel"
      6   1.6      fvdl 
      7   1.1  jonathan mainbus0 at root
      8   1.1  jonathan cpu* at mainbus0
      9   1.3  jonathan 
     10   1.3  jonathan # set CPU architecture level for kernel target
     11   1.8      soda #options 	MIPS1			# R2000/R3000 support
     12   1.8      soda options 	MIPS3			# R4000/R4400 support
     13   1.3  jonathan 
     14   1.3  jonathan # Standard (non-optional) system "options"
     15   1.3  jonathan 
     16   1.3  jonathan # Standard exec-package options
     17   1.4     lukem options 	EXEC_ELF32		# native exec format
     18   1.4     lukem options 	EXEC_SCRIPT		# may be unsafe
     19  1.11      matt 
     20  1.11      matt makeoptions	DEFTEXTADDR="0x80200000"
     21