Home | History | Annotate | Line # | Download | only in conf
std.arc revision 1.7
      1 #	$NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp
      2 # standard pica info
      3 
      4 machine pica 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 	MIPS3
     15 
     16 # Standard (non-optional) system "options"
     17 options 	SWAPPAGER		# swap pager (anonymous and swap space)
     18 options 	VNODEPAGER		# vnode pager (mapped files)
     19 options 	DEVPAGER		# device pager (mapped devices)
     20 
     21 # Standard exec-package options
     22 options 	EXEC_ELF32		# native exec format
     23 options 	EXEC_SCRIPT		# may be unsafe
     24