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/RAMDISK | |
parent | 41df92ce9fb0927c1c6a83cc9285bffc5d22695b (diff) |
Substantial update from NetBSD, most notably gives us UVM support; millert@ ok
Diffstat (limited to 'sys/arch/hp300/conf/RAMDISK')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index 80aceb302ef..fdc16d32c19 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2000/10/31 16:52:50 millert Exp $ +# $OpenBSD: RAMDISK,v 1.9 2001/05/04 22:48:58 aaron Exp $ # # Ram disk kernel. # @@ -20,6 +20,8 @@ option HP400 option HP425 option HP433 +option UVM # use the UVM virtual memory system + maxusers 8 option TIMEZONE=0 # time zone to adjust RTC time by |