* Changed the Makefile to do static linking instead of dynamic.
* Fixed a bug in buse.c where I was passing &chunk instead of just chunk.
* Changed busexmp.c to correctly act as an in-memory disk instead of just
returning zeros.
* Other miscellaneous stuff