diff options
author | 2004-02-27 16:53:24 +0000 | |
---|---|---|
committer | 2004-02-27 16:53:24 +0000 | |
commit | e755771307ac024fde0b4c6e1fb961a78f20ea9e (patch) | |
tree | 6067216c98c575a659ceba89cca5b061978ed221 | |
parent | implement tcp_drain() similar to ip_drain(); ok mcbride@ (diff) | |
download | wireguard-openbsd-e755771307ac024fde0b4c6e1fb961a78f20ea9e.tar.xz wireguard-openbsd-e755771307ac024fde0b4c6e1fb961a78f20ea9e.zip |
crank ramdisk to 3584
-rw-r--r-- | distrib/amd64/common/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.amd64/disktab | 6 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/distrib/amd64/common/Makefile.inc b/distrib/amd64/common/Makefile.inc index f4690819de3..3053ac1bda2 100644 --- a/distrib/amd64/common/Makefile.inc +++ b/distrib/amd64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/22 00:24:43 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2004/02/27 16:53:24 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -48,7 +48,7 @@ ${FS}: bsd.gz rm ${REALIMAGE} DISKTYPE?= rdroot -NBLKS?= 3510 +NBLKS?= 3584 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -c 16 -i 4096 diff --git a/etc/etc.amd64/disktab b/etc/etc.amd64/disktab index 48952edd38b..157b4af4e9e 100644 --- a/etc/etc.amd64/disktab +++ b/etc/etc.amd64/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.4 2004/02/22 00:25:02 deraadt Exp $ +# $OpenBSD: disktab,v 1.5 2004/02/27 16:53:24 deraadt Exp $ # Disk geometry and partition layout tables. # Key: @@ -50,6 +50,6 @@ floppy5|5in|5.25in High Density Floppy:\ rdroot|ramdiskroot|RAM-disk root FS image:\ :ty=ramdisk:se#512:nt#2:ns#128:nc#16:\ - :pa#3510:oa#0:ta=4.2BSD:ba#4096:fa#512:\ + :pa#3584:oa#0:ta=4.2BSD:ba#4096:fa#512:\ :pb#0:ob#0:tb=swap:\ - :pc#3510:oc#0: + :pc#3584:oc#0: 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 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 45fed2dc4cd..e0c036f7c2a 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.4 2004/02/25 18:25:54 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.5 2004/02/27 16:53:24 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -27,7 +27,7 @@ option INET6 # IPv6 (needs INET) 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 |