Loaders Poster
Loaders Poster
Loaders Poster
In computer systems a loader is the part of an operating system that is responsible for loading programs and libraries. It is one of the essential stages in the process of starting a pro-
gram, as it places programs into memory and prepares them for execution. Loading a program involves reading the contents of the executable file containing the program instructions into
memory, and then carrying out other required preparatory tasks to prepare the executable for running. Once loading is complete, the operating system starts the program by passing con-
trol to the loaded program code.
Types of Loaders:
1. Compile & go Loader
2. Absolute Loader
3. Relocating Loader
4. Direct Linking Loader
LOAD SEQUENCE