Loader and Linker in Operating system
Loader and Linker in Operating system 1) It calculates the size of the programme and allocates memory space for it. This is referred to as allocation. 2) It assigns addresses to all user and library subroutines, resolving symbolic references (code/data) between object modules. This is referred to as connecting. 3) There are some address dependent … Read more