Please enable JavaScript.
Coggle requires JavaScript to display documents.
Memory management (Requirements (Relocation, Protection, Sharing, Logical…
Memory management
-
-
Concepts
Overlaying
The program and data are organized in such a way that various modules can be assigned the same region of memory, with a main program responsible for switching the modules in and out as needed.
Address
Physical
Absolute address, is an actual location in main memory
-
-
-
-
Partitioning
Types
Fixed
-
Any process whose size is less than or equal to the partition size can be loaded into an available partition
-
-
-
-
-
-