Chapter 37 Flashcards
What is demand paging
It is technique to implement virtual memory
Does intel 386 machine allows global and local segments both
Yes
How many segments can be entertained by intel CPU
16K segments
What is role of linear address space
It tells how much is the size of offset in a segment
How many segments can be access at a time by a processor in Intel processor
6 as it has 6 registers
What is page directory
Linear address p1 part is called page directory.
What are 2 techniques to implement virtual memory
- Demand paging (move page in main memory which is in demand)
- Demand segmentation (move segment in main memory which is in demand)
What is vfork()
Virtual memory fork
What is response time, overall response or first response
First response
When a page is referenced valid and it is not in memory then what happens
Page fault
What is page replacement
Swap in and swap out a page
Which are 2 types of instructions which are not trivial to restart
- Auto increment/decrements
- String move
Its solution is to copy them before hand
What is EAT
Effective Access Time
What happens in page fault and should we avoid page fault
Slow down system, Yes we should avoid it