d1fbbd6f5c
this little patch brings a significant speed improvement to the bximage utility. when bximage creates a disk image, it writes a lot of zeros. actually as much zeros as the size of the image file. this takes quite a while for large images (at least in my win98/cygwin box). a faster way to create the image file is to seek to its end and write a single byte. to see the speed improvement, create a 100mb image with the old bximge. then apply this patch and do the same. |
||
---|---|---|
.. | ||
sb16 | ||
bximage.c | ||
fstab | ||
hello.cc | ||
install_redhat50 | ||
lilo.conf | ||
make_cmos_image.cc | ||
Makefile.in | ||
network | ||
niclist.c | ||
test-access-check.cc | ||
xmods |