9cc64880e9
bus and device configuration out of std.mac68k, as well.
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
# $NetBSD: std.mac68k,v 1.20 1997/11/26 07:23:21 scottr Exp $
|
|
#
|
|
# standard Macintosh information.
|
|
# roughly copied from std.sparc 14 Oct 1993.
|
|
|
|
machine mac68k m68k
|
|
|
|
options HZ=60 # mac clock runs at 60hz
|
|
|
|
# Executable support
|
|
options EXEC_AOUT # a.out binary support
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
# VM pager support
|
|
options SWAPPAGER # paging; REQUIRED
|
|
options VNODEPAGER # mmap() of files; REQUIRED
|
|
options DEVPAGER # mmap() of devices; REQUIRED
|