135 pts.
 what is relocatable loader and absolute loader?
Please explain me about the absolute loader and relocatable loader concepts. And  also suggest me some good source, either book or websites which will provide me core concepts of these loaders, so that I can use the knowledge gained, to implement these loader as a program.

Software/Hardware used:
c/c++
ASKED: September 13, 2011  5:28 PM
UPDATED: March 31, 2012  4:40 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Absolute Loader is also known as boot loader or boot manager. The loader ‘s task is to execute file in the OS that had been copied from the hard disk or any storage device to the primary memory. This type is the simplest and most functional. At the target selected by the header of the file, loader stacks the file into memory. And relocating Loader, that distributes a program or application in any position of the memory, however, unlike AL, RL decides where it will be placed in the OS.

For more info, plz link here

 22,035 pts.