Penguin
Annotated edit history of PIC version 6 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 SamJansen 1 [Acronym] for __P__osition __I__ndependent __C__ode.
2
3 Used for shared libraries that can be loaded into memory at any address. [ELF] code is position independent.
2 CraigBox 4
5 JohnMcPherson 5 See PositionIndependentCode, SharedLibrary.
2 CraigBox 6 -----
7 CategoryOperatingSystem