Virtual storage system relations
A virtual storage system has page size p, block size b, and fixed-length record sizer. What should be the rel开发者_如何学Cations between p, b and r to make the most efficient system?
p
should be a multiple of b
and b
should be a multiple of r
otherwise you end up with under filled pages and blocks but normally they don't end up exactly so
精彩评论