diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 16:53:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 16:53:25 +0000 |
commit | 7f0b35d708eebdbffe3ce11349ee519a2c2ffd03 (patch) | |
tree | 41a3bb4e3015b715d53dc4f9fb6a2a80e3b185c0 /sys/arch/amd64/conf/RAMDISK | |
parent | ce71cbcd8227e0f85e6d4b885e70257aba2be4e3 (diff) |
crank ramdisk to 3584
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index e1f6c853087..775d3c18972 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2004/02/25 18:34:30 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.4 2004/02/27 16:53:24 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -27,7 +27,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3560 +option MINIROOTSIZE=3584 config bsd root on rd0a swap on rd0b and wd0b and sd0b |