date: 2024-04-18
title: 07-Main Memory
status: TOBECONTINUED
author:
- AllenYGY
tags:
- Lec7
- OS
- NOTE
created: 2024-04-18T15:14
updated: 2024-05-31T22:48
publish: True
Main Memory
Static linking –system libraries and program code are combined by the loader into the binary image
Dynamic linking –linking is postponed until execution/run time
Memory management is to bind a logical address space to a separate physical address space.
Binding is delayed until run time.
Logical address
Physical address
Logical and physical addresses are the same in
logical (virtual) and physical addresses differ in
Memory for each process can be
• How to map the logical address to physical address?
• How to reduce time to find physical address?
• What methods are used to solve the big page table problem?