Home | History | Annotate | Line # | Download | only in conf
std.hpcmips revision 1.1
      1 #	$NetBSD: std.hpcmips,v 1.1 1999/09/16 12:23:19 takemura Exp $
      2 # standard, required hpcmips info
      3 
      4 machine hpcmips mips
      5 mainbus0 at root
      6 cpu* at mainbus0
      7 
      8 # Non-optional options
      9 options	SWAPPAGER	# paging
     10 options VNODEPAGER	# mmap() of files
     11 options DEVPAGER	# mmap() of devices
     12 options	MIPS3_FLUSH	# support CPU without L2 cache
     13 
     14 # Standard exec-package options
     15 options		EXEC_ELF32		# native exec format
     16 options		EXEC_SCRIPT		# may be unsafe
     17