block-composite now fully supports AIO.
block-partition's MBR geometry has been fixed, linux fdisk no longer complains
about a mismatch between logical and physical geometry.
Pretty much the only thing remaining is to clean up the syntax.
I've also included a second patch that fixes -kernel boo
I've finally gotten around to working on my multipart driver again.
block-composite.c is the basic low level composite image format, which lets you
use a bunch of disk images as a single image.
block-ram.c is a ram block device, with the size of the "image" given in the
number of disk sectors.
b