diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 19:15:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 19:15:36 +0000 |
commit | b63e0bd6ab3cac8b2ee44d53514b910d670e3b86 (patch) | |
tree | 47e4e93eaa1d718e75ddebc64ae8f9a4cbc1a5d5 /sys/arch/alpha | |
parent | 2c814fdd2e05eb854286d8b53fcf1857ec8146d7 (diff) |
Better ramdisk size from Jay Bolton.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 5963063349e..a40ff676f84 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.27 2000/07/03 18:02:27 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.28 2000/07/03 19:15:34 niklas Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -16,7 +16,7 @@ option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) # Enable the hooks used for initializing the ram-disk. option RAMDISK_HOOKS -option MINIROOTSIZE=6144 # 4 Megabytes! +option MINIROOTSIZE=5744 # 4 Megabytes! # Needs to be set per system #option TIMEZONE="7*60" # Minutes west of GMT (for param.c) |