0
3.1kviews
Explain Design of Dynamic Linking Loader along with example.

Mumbai University > Computer Engineering > Sem6 > System Programming and Compiler Construction

Marks: 10M

Year: Dec 2015

1 Answer
0
6views

Loader:

  • Loader is the system program which is responsible for preparing the object program for execution and initiate the execution.
  • The loader does the job of coordinating with the OS to get initial loading address for the .EXE file and load it into the memory.

  • Function of Loader:

    • Allocation:

      Allocates …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.