vault backup: 2022-11-01 13:19:33

This commit is contained in:
Jet Hughes 2022-11-01 13:19:33 +13:00
parent aa861617ff
commit f56b87a0b8

View File

@ -29,7 +29,13 @@ extends main memory to secondary storage, and allows dynamic loading of processe
- mem manager in OS kernel controls loading pages of the process into main mem from secondary storage
# Demand paging
dont load a page into mem until it is referenced by CPU
implementing
- in paging scheme there are extra bits in the table to provide more information
- valid/invlid bit
- protection bits
- in demand paging the mem manager
# page replacement algorithms
# frame allocation