diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
commit | b5667c845a82a0ce09b33001a466d9d84dfcfe83 (patch) | |
tree | fbcb6775aa61f4f0221199dc8ee06704388d122f /sys/arch/i386/conf/RAMDISK | |
parent | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (diff) |
UVM is no longer an option.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index e60843505a8..1b92a17388c 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.106 2001/06/23 19:46:57 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.107 2001/06/27 05:46:15 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,6 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system. REQUIRED option SMALL_KERNEL #option DUMMY_NOPS # speed hack; recommended |