For Programmers: Free Programming Magazines  


Home > Archive > Fortran > June 2004 > Re: Function PRESENT and logical combinations









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Function PRESENT and logical combinations
Jan Vorbrüggen

2004-06-25, 7:43 pm

> In fact, I can't remember any variation of "link" being the name of
> either the tool or the process in systems between the old IBM stuff and
> the advent of PC


On VAX/VMS, LINK.EXE is the name of the program, and everybody always called
that step "linking of the executable". Loading the program into memory and
actually performing some of the necessary relocation and address fixups is
performed by the "image activator".

I think the term "loader" came from the time when there wasn't (usually) a
way to save the linked executable for later execution, e.g., on many non-
timeshared systems. There, linking and loading where done in one step, and
the result "thrown away" after execution.

Jan
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com