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