Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 284 Bytes

File metadata and controls

18 lines (7 loc) · 284 Bytes

Question 60

How is the address space switched?

Answer

The address space is defined by cr3 register value, which points to the PML4 table. Changing cr3 so that it points to another PML4 table will change the current address space.

prev +++ next