Please enable JavaScript.
Coggle requires JavaScript to display documents.
Memory management (Some basics (Object Code (object code parts (Header,…
Memory management
Some basics
-
-
Linker (takes different object codes and libraries and links them together to give another form of object code)
Functions
- relocates the relocatable addresses; basically produces another form of object code
-
Loader
Functions
- Relocation of relocatable adres to absolute adreses
Relocation is inefficient like when a process is swapped. So Done by OS. With OS we call relocatable adres as Logical adres which is generated by CPU
-
Logical adres: Our CPU thinks program is on lines like 0,1,2...
- program loading (takin program from hardisk onto MM)
-
-
-