diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-08 17:30:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-08 17:30:43 +0000 |
commit | ee2d0a04b9d0af0f039a3a12ac1381b4ead67eca (patch) | |
tree | d0cbb03c93dda3dfd66028e3fa56afbd2ad6cc5d /sys/arch/mac68k/conf/GENERICSBC | |
parent | 4c53597cab495f2e4dc31027f7cd3b099bab9090 (diff) |
Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok
Diffstat (limited to 'sys/arch/mac68k/conf/GENERICSBC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index e7bf280c266..68e4a966fa7 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.10 1998/05/08 22:21:35 gene Exp $ +# $OpenBSD: GENERICSBC,v 1.11 2001/05/08 17:30:39 aaron Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERICSBC --- our generic kernel using the SBC SCSI driver @@ -19,6 +19,8 @@ option DISABLE_EXT_CACHE # Don't use IIci external cache option DISABLE_ADB_WITH_SERIAL_CONSOLE #option MRG_ADB # Use ROM-based ADB driver +option UVM # use the UVM virtual memory system + config bsd swap generic maxusers 16 |