diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:14:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:14:29 +0000 |
commit | 8a303880c10faee80c961d0ea815b337a52a298c (patch) | |
tree | 48d4bb85da90abd6e58aaa29ae1ad40be73fc5a2 /sys/arch/sparc/conf/SUN4M | |
parent | 5e7aa10f0ca6a32aed8d9bcb895f989dd5c1bd52 (diff) |
Use UVM by default on sparc.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 511391c223f..49ba95889ca 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.32 1999/09/06 03:46:16 jason Exp $ +# $OpenBSD: SUN4M,v 1.33 1999/10/29 14:14:28 art Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -13,6 +13,8 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. #option KGDBDEV=0xc01 # kgdb device number (dev_t) #option KGDBRATE=38400 # baud rate +option UVM # use the UVM virtual memory system + # Options for SPARCstation hardware option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries |