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
4machine hpcmips mips
5mainbus0 at root
6cpu* at mainbus0
7
8# Non-optional options
9options	SWAPPAGER	# paging
10options VNODEPAGER	# mmap() of files
11options DEVPAGER	# mmap() of devices
12options	MIPS3_FLUSH	# support CPU without L2 cache
13
14# Standard exec-package options
15options		EXEC_ELF32		# native exec format
16options		EXEC_SCRIPT		# may be unsafe
17