std.mac68k revision 1.17
1#	$NetBSD: std.mac68k,v 1.17 1997/02/12 04:26:05 scottr Exp $
2#
3# standard Macintosh information.
4# roughly copied from std.sparc 14 Oct 1993.
5
6machine	mac68k m68k
7
8mainbus0 at root
9
10# on-board I/O
11obio0 at mainbus?
12
13adb0	at obio?
14fpu0	at obio?
15zsc0	at obio?
16zstty*	at zsc? channel ?
17
18options HZ=60			# mac clock runs at 60hz
19
20# Executable support
21options		EXEC_AOUT	# a.out binary support
22options		EXEC_SCRIPT	# shell script support
23
24# VM pager support
25options		SWAPPAGER	# paging; REQUIRED
26options		VNODEPAGER	# mmap() of files; REQUIRED
27options		DEVPAGER	# mmap() of devices; REQUIRED
28