My Midterm questions Flashcards
1
Q
PTBR
A
page table based register
2
Q
Use of PTBR
A
holds the base address for the page table of the current process.
3
Q
How many page tables in guest OS
A
Each process has its own page table. It is proportional to the number of processes
4
Q
What four things should be part of any microkernel
A
The first principle advocatedby L3 is that the Microkernel should have minimal abstractions that includes support for address spaces, threads, interprocess communication, and generating unique IDs.