Switch to UVM on macppc.

This commit is contained in:
tsubai 1998-09-03 15:11:52 +00:00
parent 2eacfa5148
commit bd83774fb0
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: POWERMAC,v 1.11 1998/07/29 05:38:04 tsubai Exp $
# $NetBSD: POWERMAC,v 1.12 1998/09/03 15:11:52 tsubai Exp $
#
# POWERMAC config file
#
@ -9,7 +9,6 @@ maxusers 32
# Standard system options
options BUFPAGES=1200
options UVM
# Diagnostic/debugging support options
options DIAGNOSTIC # cheap kernel consistency checks

View File

@ -1,4 +1,4 @@
# $NetBSD: std.macppc,v 1.3 1998/09/03 14:10:56 tsubai Exp $
# $NetBSD: std.macppc,v 1.4 1998/09/03 15:11:52 tsubai Exp $
#
# Standard/required options for NetBSD/macppc.
@ -19,5 +19,5 @@ options DEVPAGER # mmap() of devices; REQUIRED
# UVM is the standard VM system on NetBSD/powerpc.
# XXX not yet, apparently.
#options UVM # New UVM VM system
options UVM # New UVM VM system
#options PMAP_NEW # UVM's new pmap interface