Low-level load routine
Source position: amigados.pas line 1663
function InternalLoadSeg( |
fh: LongInt; |
table: LongInt; |
const funcarray: pLONGINT; |
var stack: LongInt |
):LongInt; |
fh |
|
Filehandle to load from |
table |
|
ignored |
funcarray |
|
array of functions to be used for read, seek, alloc and free |
stack |
|
pointer to storage for stacksize. (currently ignored) |
Pointer to loaded Seglist or nil in case of failure.
Loads from fh. Functionarray is a pointer to an array of functions.
This function really only tries to load the different file formats aos, elf and aout.
|
Scatterload a loadable file into memory |
|
|
Unload a seglist previously loaded by LoadSeg() |
|
|
Improved version of LoadSeg for stacksizes |
|
|
Unloads a seglist loaded with InternalLoadSeg() |