diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-13 05:09:34 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-13 05:09:34 +0000 |
| commit | 21ab21338d0244538b56ac5c76d5b55f118c69fa (patch) | |
| tree | 98428bc08b3230514a85172f044b23a96b0cc120 | |
| parent | 713deb3677ea51eb4cba8111c74e546a35f0dcac (diff) | |
Notes
| -rw-r--r-- | sys/boot/sparc64/boot1/boot1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index d5757757e315..2760e3c47975 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$"); #define _PATH_LOADER "/boot/loader" #define _PATH_KERNEL "/boot/kernel/kernel" -#define BSIZEMAX 8192 +#define BSIZEMAX 16384 typedef int putc_func_t(int c, void *arg); typedef int32_t ofwh_t; |
