diff options
author | 2008-03-21 18:47:26 +0000 | |
---|---|---|
committer | 2008-03-21 18:47:26 +0000 | |
commit | 638a55744a5ff12d283361bb7e43b77a590ce598 (patch) | |
tree | 8d2f1bc10dd5da583be2fedb55b3c0b25cd1a027 | |
parent | crank maxusers on some architectures (diff) | |
download | wireguard-openbsd-638a55744a5ff12d283361bb7e43b77a590ce598.tar.xz wireguard-openbsd-638a55744a5ff12d283361bb7e43b77a590ce598.zip |
SMALL_KERNEL, NO_PROPOLICE; from brad
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 816a2f54759..efd2a91f7b1 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,10 +1,13 @@ -# $OpenBSD: RAMDISKBIG,v 1.71 2007/03/18 22:39:30 martin Exp $ +# $OpenBSD: RAMDISKBIG,v 1.72 2008/03/21 18:47:26 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. machine alpha +option SMALL_KERNEL +option NO_PROPOLICE + # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* option DEC_3000_300 # Pelican etc: 3000/300* |