xref: /netbsd-src/sys/arch/mac68k/conf/std.mac68k (revision 93f9db1b75d415b78f73ed629beeb86235153473)
1#	$NetBSD: std.mac68k,v 1.21 1998/05/04 05:00:32 thorpej Exp $
2#
3# standard Macintosh information.
4# roughly copied from std.sparc 14 Oct 1993.
5
6machine	mac68k m68k
7
8options HZ=60			# mac clock runs at 60hz
9
10# Executable support
11options 	EXEC_AOUT	# a.out binary support
12options 	EXEC_SCRIPT	# shell script support
13
14# VM pager support
15# XXX Not with UVM: garbage-collect these eventually.
16options 	SWAPPAGER	# paging; REQUIRED
17options 	VNODEPAGER	# mmap() of files; REQUIRED
18options 	DEVPAGER	# mmap() of devices; REQUIRED
19
20options 	UVM		# New UVM VM system
21#options	PMAP_NEW	# UVM's new pmap interface
22