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

Read Appendix B.4

Today's News: October 22, 2012
The recitation this week will go over the exam questions.

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


Today's News: October 24, 2012
No news yet

How is a block found in main memory?

Today's News: October 26, 2012
Next exam: November 9


Which block (page) should be replaced on a virtual memory miss
This 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.

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

Back to CS 3853 Notes Table of Contents