NetBSD/sys/arch/macppc/conf/std.macppc
1999-03-15 02:26:10 +00:00

23 lines
699 B
Plaintext

# $NetBSD: std.macppc,v 1.5 1999/03/15 02:26:10 tsubai Exp $
#
# Standard/required options for NetBSD/macppc.
machine macppc powerpc
# standard ("mandatory") kernel options.
# Executable support:
options EXEC_ELF32 # (native) ELF32 binary support
options EXEC_AOUT # (native) a.out binary support (deprecated)
options EXEC_SCRIPT # shell script support
# VM pager support
# XXX Not with UVM; garbage-collect these eventually.
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files; REQUIRED
options DEVPAGER # mmap() of devices; REQUIRED
# UVM is the standard VM system on NetBSD/powerpc.
options UVM # New UVM VM system
#options PMAP_NEW # UVM's new pmap interface