diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-04 22:49:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-04 22:49:01 +0000 |
commit | d6d564f51caacab97017094537d688abc31499d8 (patch) | |
tree | d59de91e21348bc2cf289acc8f4258892edf19fa /sys/arch/hp300/conf/GENERIC | |
parent | 41df92ce9fb0927c1c6a83cc9285bffc5d22695b (diff) |
Substantial update from NetBSD, most notably gives us UVM support; millert@ ok
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 3af3172cc8a..a0e3ca36866 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2001/03/08 03:37:17 itojun Exp $ +# $OpenBSD: GENERIC,v 1.26 2001/05/04 22:48:58 aaron Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -24,6 +24,8 @@ option HP400 option HP425 option HP433 +option UVM # use the UVM virtual memory system + # Need to set locally maxusers 32 |