Date: Mon, 11 Nov 1996 17:25:10 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Fri, 29 Mar 1996 23:16:54 GMT Content-length: 1643
UNIVERSITY OF WISCONSIN-MADISON
Computer Sciences Department | ||
CS 537
Spring 1996 | Bart Miller | |
Quiz #6
Wednesday, March 27 |
Show how a virtual address gets mapped into a real address. Be sure to show
Draw and label a diagram to answer this question.
The Segment Table has 512K entries times 64 bits (8 bytes), so has a maximum size of 4 MB.
Each Page Table has 4G entries times 19 bits (rounded up to 24 bits or 3 bytes), so has a maximum size of 12 GB. Note that the extra bits in each PTE might be used for R/W control or valid bits.