previous
 next 
CS 3853 Computer Architecture Notes on Appendix B Section 4


Today's News: March 19, 2013
No news yet.

Read Appendix B.4

B.4: Virtual Memory

Paged Virtual Memory

We will only look at paged virtual memory and not discuss segmented memory.

Virtual Memory Terminology
Where can a block be placed in memory?
anywhere

How is a block found in main memory?

Which block (page) should be replaced on a virtual memory miss
A virtual memory misss causes an interrupt and the OS handles it. Take the OS course.

What happens on a write?
write-back and write-allocate are always used.

Today's News: March 21, 2013
Assignment 2 due today.

An example:
Figure B.17 shows a hypothetical processor with:
Next Notes

Back to CS 3853 Notes Table of Contents