1998-05-04 09:00:12 +04:00
|
|
|
# $NetBSD: std.mac68k,v 1.21 1998/05/04 05:00:32 thorpej Exp $
|
1994-10-26 11:45:48 +03:00
|
|
|
#
|
1993-12-02 21:29:18 +03:00
|
|
|
# standard Macintosh information.
|
|
|
|
# roughly copied from std.sparc 14 Oct 1993.
|
|
|
|
|
1994-01-08 21:06:25 +03:00
|
|
|
machine mac68k m68k
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-11-11 20:56:11 +03:00
|
|
|
options HZ=60 # mac clock runs at 60hz
|
|
|
|
|
1996-11-19 03:38:05 +03:00
|
|
|
# Executable support
|
1997-11-17 04:57:23 +03:00
|
|
|
options EXEC_AOUT # a.out binary support
|
|
|
|
options EXEC_SCRIPT # shell script support
|
1996-11-19 03:38:05 +03:00
|
|
|
|
|
|
|
# VM pager support
|
1998-05-04 09:00:12 +04:00
|
|
|
# XXX Not with UVM: garbage-collect these eventually.
|
1997-11-17 04:57:23 +03:00
|
|
|
options SWAPPAGER # paging; REQUIRED
|
|
|
|
options VNODEPAGER # mmap() of files; REQUIRED
|
|
|
|
options DEVPAGER # mmap() of devices; REQUIRED
|
1998-05-04 09:00:12 +04:00
|
|
|
|
|
|
|
options UVM # New UVM VM system
|
|
|
|
#options PMAP_NEW # UVM's new pmap interface
|