Operating System Memory Management
Operating System Memory Management
2.Relative addresses
3.Physical addresses
If you are writing a Dynamically loaded program, then your compiler will compile the program and
for all the modules which you want to include dynamically, only references will be provided and
rest of the work will be done at the time of execution.
Static vs Dynamic Loading
1. Single-partition allocation
2.Multiple-partition allocation
1.External fragmentation
2.Internal fragmentation