mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-11-01 11:49:33
This commit is contained in:
parent
21b1a30ae0
commit
2c24b90ea8
@ -29,6 +29,14 @@ as we move from secondary to primary:
|
|||||||
- OS kernel creates a map from logical address to the physical address using a mapping table
|
- OS kernel creates a map from logical address to the physical address using a mapping table
|
||||||
- CPUrefers to this table to map between physical and logical address
|
- CPUrefers to this table to map between physical and logical address
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# paging for memory translation
|
# paging for memory translation
|
||||||
|
|
||||||

|
Noncontiguous paging: a processes logica address pace is broken int fixed size units called pages, and main memory is broken into units of the same size, called frames.
|
||||||
|
|
||||||
|
in a paged memory allocation scheme, the logical sddresses generated by the CPU are broken by special ardware itno two components:
|
||||||
|
- page number
|
||||||
|
- offset (address within page)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user