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