std.mac68k revision 1.18
11.18Sscottr# $NetBSD: std.mac68k,v 1.18 1997/02/13 17:29:43 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.18Sscottrfpu0 at mainbus? 111.18Sscottr 121.10Sbriggs# on-board I/O 131.10Sbriggsobio0 at mainbus? 141.6Sbriggs 151.10Sbriggsadb0 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