Implement a proper block layer with partition support.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 12 Nov 2008 06:19:01 +0000 (22:19 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 12 Nov 2008 06:19:01 +0000 (22:19 -0800)
This is in preparation for introducing new block devices, in
particular USB storage-based block devices so that Pintos can boot
from USB memory sticks on notebook and desktop PCs.

This block layer was inspired by one from Anthony Romano
<chz@vt.edu> but it has been extensively (perhaps entirely) rewritten.
Thus, bugs must certainly be blamed on the committer.


No differences found