Switch the Amiga port to UVM.
This commit is contained in:
parent
27e57114e1
commit
d103f66935
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.91 1998/10/04 19:46:07 tv Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.92 1998/10/28 22:41:24 is Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -75,6 +75,7 @@ STRIPFLAG?= -s
|
|||
|
||||
# Systems on which UVM is the standard VM system.
|
||||
.if (${MACHINE} == "alpha") || \
|
||||
(${MACHINE} == "amiga") || \
|
||||
(${MACHINE} == "atari") || \
|
||||
(${MACHINE} == "bebox") || \
|
||||
(${MACHINE} == "hp300") || \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.107 1998/09/01 02:40:36 mhitch Exp $
|
||||
# $NetBSD: GENERIC,v 1.108 1998/10/28 22:41:25 is Exp $
|
||||
|
||||
#
|
||||
# GENERIC AMIGA
|
||||
|
@ -105,8 +105,6 @@ options SCSIVERBOSE # Verbose SCSI errors
|
|||
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
|
||||
#options UVM # Use UVM instead of Mach VM.
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
#
|
||||
|
@ -211,6 +209,7 @@ mfcs1 at mfc0 unit 1 # MFC serial
|
|||
#mfcp1 at mfc1 unit 0
|
||||
|
||||
hyper* at zbus? # zbus HyperCom3 + HyperCom4
|
||||
hyper* at mainbus0 # HyperCom1 + HyperCom3
|
||||
com* at hyper? port ? # Hypercom3/4 serial ports
|
||||
#lpt* at hyper? port ? # not yet: Hypercom3 parallel port
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.amiga,v 1.13 1998/03/22 23:12:50 is Exp $
|
||||
# $NetBSD: std.amiga,v 1.14 1998/10/28 22:41:25 is Exp $
|
||||
|
||||
# standard amiga information
|
||||
|
||||
|
@ -15,6 +15,7 @@ options VNODEPAGER # mmap() of files
|
|||
options DEVPAGER # mmap() of devices
|
||||
|
||||
options MACHINE_NEW_NONCONTIG # old interface isn't supported anymore
|
||||
options UVM
|
||||
|
||||
options EXEC_AOUT
|
||||
options EXEC_SCRIPT
|
||||
|
|
Loading…
Reference in New Issue