diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
commit | d0ba28a350b4bad5a4259dc0b1d0785d03c72913 (patch) | |
tree | a6e6090bb14d5c9c450c970e036808b5038fec1a /sys/arch/i386/conf/RAMDISK_CD | |
parent | d6caa78e2b3bfe6943a022d56e396604cf4f8a65 (diff) |
PMAP_NEW and UVM are no longer optional on i386.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d25b135a2ed..dca7fa69661 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.43 2001/04/24 22:13:00 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.44 2001/05/05 23:25:32 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option DUMMY_NOPS # speed hack; recommended |