]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the alpha boot1 work on filesystems that have a block size
authorIan Dowse <iedowse@FreeBSD.org>
Fri, 11 Jan 2002 16:14:34 +0000 (16:14 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Fri, 11 Jan 2002 16:14:34 +0000 (16:14 +0000)
commit52e85481fda504936a6f154be3e4cd1ca07a5997
tree985686e0ab7f8fd070a48ff5c9495def11008c67
parent614acf2fadb88eec0ea7271f1725bbcf15cf19ea
Make the alpha boot1 work on filesystems that have a block size
larger than 8k. We now use 4k buffers regardless of the filesystem
block size, so there is no longer a static limit.

Simply increasing the buffer size from 8k to 16k as done on the
i386 doesn't work on the alpha, probably because it causes us
to overshoot boot1's 48k runtime memory limit.

Tested by: naddy
sys/boot/alpha/boot1/sys.c