]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the i386 boot2 fully blocksize-agnostic, as has already been
authorIan Dowse <iedowse@FreeBSD.org>
Mon, 14 Jan 2002 19:39:19 +0000 (19:39 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Mon, 14 Jan 2002 19:39:19 +0000 (19:39 +0000)
commite9f90463379b6efddfd7ab1014f625a1b3083456
tree4b686ebee61f8fdf694c3d72eb8e3e0aa1db8c56
parent9348f5e7a606b1452a96fea89667e84d26ef2ef8
Make the i386 boot2 fully blocksize-agnostic, as has already been
done with boot1 on the alpha. We use 4k buffers regardless of the
actual filesystem block size.

Remove the simple malloc() implementation, as it is no longer used.
sys/boot/i386/boot2/boot2.c
sys/boot/i386/gptboot/gptboot.c