diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-10-01 18:15:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-10-01 18:15:37 +0000 |
commit | 9d4a1503dea09860c97621368f5ccdef8eab6415 (patch) | |
tree | 34c43409ba8e7e0c3aa3e7d7439d5a3acb344a30 /sys/arch/hppa | |
parent | 94708fb2fcdf1e92cc95a6f4bd256d9b09feb6c0 (diff) |
all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all
RAMDISK kernels have reduced functionality compared to GENERIC. which
kind of sucks but so it is. At least if we are going to reduce functionality,
reduce it in the same way on all architectures, because that makes our
debugging burden less (the margin is too narrow for me to prove this)
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 4f39172f3fe..169df8f873e 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.103 2014/09/30 22:14:23 brad Exp $ +# $OpenBSD: RAMDISK,v 1.104 2014/10/01 18:15:36 deraadt Exp $ # # Diskless kernel config # @@ -6,6 +6,9 @@ # Machine architecture; required by config(8) machine hppa +option SMALL_KERNEL +option NO_PROPOLICE + option SCSITERSE option DDB # in-kernel debugger |