diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
commit | 6425c25ec56b2da93483726f595f679ccc071e21 (patch) | |
tree | 912179b993eb8fa40d32042d3bc9a4c953dd158d /sys/arch/i386/conf/RAMDISK | |
parent | ed28d9f800a43c78a30b65269f6fb79cddcbe859 (diff) |
use SMALL_KERNEL option
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a9abeb19b99..efcb6fc0821 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.103 2001/05/05 23:25:29 art Exp $ +# $OpenBSD: RAMDISK,v 1.104 2001/05/16 09:06:34 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ 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 |