summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-01-09 15:46:17 +0000
committeriedowse <iedowse@FreeBSD.org>2002-01-09 15:46:17 +0000
commitae084986037d2cd22c39a23c407b6636229a4ed9 (patch)
tree12f541db40f2a266b05b061c871b763c714d45b7 /sys
parenta4e7fd25bf880b0a6d046d8ee9758cc3b4d261a2 (diff)
downloadFreeBSD-src-ae084986037d2cd22c39a23c407b6636229a4ed9.zip
FreeBSD-src-ae084986037d2cd22c39a23c407b6636229a4ed9.tar.gz
Increase BSIZEMAX from 8k to 16k, so that we can reliably boot from
filesystems with 16k blocks.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/boot2/boot2.c2
-rw-r--r--sys/boot/i386/gptboot/gptboot.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c
index f82399d..8086673 100644
--- a/sys/boot/i386/boot2/boot2.c
+++ b/sys/boot/i386/boot2/boot2.c
@@ -57,7 +57,7 @@
#define ARGS 0x900
#define NOPT 11
-#define BSIZEMAX 8192
+#define BSIZEMAX 16384
#define NDEV 5
#define MEM_BASE 0x12
#define MEM_EXT 0x15
diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c
index f82399d..8086673 100644
--- a/sys/boot/i386/gptboot/gptboot.c
+++ b/sys/boot/i386/gptboot/gptboot.c
@@ -57,7 +57,7 @@
#define ARGS 0x900
#define NOPT 11
-#define BSIZEMAX 8192
+#define BSIZEMAX 16384
#define NDEV 5
#define MEM_BASE 0x12
#define MEM_EXT 0x15
OpenPOWER on IntegriCloud