std.macppc revision 1.2
11.2Sthorpej# $NetBSD: std.macppc,v 1.2 1998/07/29 00:31:01 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# Standard/required options for NetBSD/macppc. 41.1Sthorpej 51.1Sthorpejmachine macppc powerpc 61.1Sthorpej 71.1Sthorpej# standard ("mandatory") kernel options. 81.1Sthorpej 91.1Sthorpej# Executable support: 101.1Sthorpejoptions EXEC_ELF32 # (native) ELF32 binary support 111.1Sthorpejoptions EXEC_AOUT # (native) a.out binary support (deprecated) 121.2Sthorpejoptions EXEC_SCRIPT # shell script support 131.1Sthorpej 141.1Sthorpej# VM pager support 151.1Sthorpej# XXX Not with UVM; garbage-collect these eventually. 161.1Sthorpejoptions SWAPPAGER # paging; REQUIRED 171.1Sthorpejoptions VNODEPAGER # mmap() of files; REQUIRED 181.1Sthorpejoptions DEVPAGER # mmap() of devices; REQUIRED 191.1Sthorpej 201.1Sthorpej# UVM is the standard VM system on NetBSD/powerpc. 211.1Sthorpej# XXX not yet, apparently. 221.1Sthorpej#options UVM # New UVM VM system 231.1Sthorpej#options PMAP_NEW # UVM's new pmap interface 241.1Sthorpej 251.1Sthorpej# Extra MMU HTAB entries (XXX why?) 261.1Sthorpejoptions HTABENTS=8192 27