diff options
-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 f6955e7ea34..4f3da5ea511 100644 --- a/distrib/amd64/common/Makefile.inc +++ b/distrib/amd64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2007/04/13 17:34:40 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2007/04/25 21:40:35 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -48,7 +48,7 @@ ${FS}: bsd.gz rm ${REALIMAGE} DISKTYPE?= rdroot -NBLKS?= 3584 +NBLKS?= 4096 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -i 4096 diff --git a/etc/etc.amd64/disktab b/etc/etc.amd64/disktab index 2648594d4b7..db1306061b3 100644 --- a/etc/etc.amd64/disktab +++ b/etc/etc.amd64/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.6 2004/04/09 21:50:07 jmc Exp $ +# $OpenBSD: disktab,v 1.7 2007/04/25 21:40:35 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#3584:oa#0:ta=4.2BSD:ba#4096:fa#512:\ + :pa#4096:oa#0:ta=4.2BSD:ba#4096:fa#512:\ :pb#0:ob#0:tb=swap:\ - :pc#3584:oc#0: + :pc#4096:oc#0: diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index b21e82cc082..adc3955cf60 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2007/02/17 23:59:03 marco Exp $ +# $OpenBSD: RAMDISK,v 1.38 2007/04/25 21:40:35 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=3584 +option MINIROOTSIZE=4096 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 737918c724b..bd0e1c6a2ca 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.72 2007/04/10 00:47:14 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.73 2007/04/25 21:40:35 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -28,7 +28,7 @@ option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3584 +option MINIROOTSIZE=4096 config bsd root on rd0a swap on rd0b and wd0b and sd0b |