1# $NetBSD: std.mac68k,v 1.18 1997/02/13 17:29:43 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 10fpu0 at mainbus? 11 12# on-board I/O 13obio0 at mainbus? 14 15adb0 at obio? 16zsc0 at obio? 17zstty* at zsc? channel ? 18 19options HZ=60 # mac clock runs at 60hz 20 21# Executable support 22options EXEC_AOUT # a.out binary support 23options EXEC_SCRIPT # shell script support 24 25# VM pager support 26options SWAPPAGER # paging; REQUIRED 27options VNODEPAGER # mmap() of files; REQUIRED 28options DEVPAGER # mmap() of devices; REQUIRED 29