std.mac68k revision 1.16
11.15Sscottr# $NetBSD: std.mac68k,v 1.16 1996/11/19 00:38:07 scottr Exp $ 21.5Scgd# 31.1Sbriggs# standard Macintosh information. 41.1Sbriggs# roughly copied from std.sparc 14 Oct 1993. 51.1Sbriggs 61.2Scgdmachine mac68k m68k 71.1Sbriggs 81.1Sbriggsmainbus0 at root 91.1Sbriggs 101.10Sbriggs# on-board I/O 111.10Sbriggsobio0 at mainbus? 121.6Sbriggs 131.10Sbriggsadb0 at obio? 141.10Sbriggsasc0 at obio? 151.10Sbriggsfpu0 at obio? 161.12Sbriggszsc0 at obio? 171.12Sbriggszstty* at zsc? channel ? 181.8Sbriggs 191.15Sscottroptions HZ=60 # mac clock runs at 60hz 201.15Sscottr 211.16Sscottr# Executable support 221.16Sscottroptions EXEC_AOUT # a.out binary support 231.16Sscottroptions EXEC_SCRIPT # shell script support 241.16Sscottr 251.16Sscottr# VM pager support 261.16Sscottroptions SWAPPAGER # paging; REQUIRED 271.16Sscottroptions VNODEPAGER # mmap() of files; REQUIRED 281.16Sscottroptions DEVPAGER # mmap() of devices; REQUIRED 29