std.pmax revision 1.5
11.1Sjonathan#	$NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp
21.5Sjonathan# standard, required pmax info
31.1Sjonathan
41.2Sjonathanmachine pmax mips
51.1Sjonathanmainbus0 at root
61.1Sjonathancpu* at mainbus0
71.5Sjonathan
81.5Sjonathan# Non-optional options
91.5Sjonathanoptions	SWAPPAGER	# paging
101.5Sjonathanoptions VNODEPAGER	# mmap() of files
111.5Sjonathanoptions DEVPAGER	# mmap() of devices
121.5Sjonathan
131.3Sjonathan
141.3Sjonathan# Standard exec-package options
151.4Smhitchoptions		EXEC_ELF32		# native exec format
161.4Smhitchoptions		EXEC_SCRIPT		# may be unsafe
17