freebsd-nq/sys/boot/alpha
Ian Dowse 52e85481fd 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
2002-01-11 16:14:34 +00:00
..
boot1 Make the alpha boot1 work on filesystems that have a block size 2002-01-11 16:14:34 +00:00
cdboot - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
common
libalpha
loader - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
netboot Catch the netboot version up to the main loader. This is pretty bogus. 2002-01-11 00:09:59 +00:00
Makefile
Makefile.inc