summaryrefslogtreecommitdiff
path: root/com32/include/sys/exec.h
Commit message (Collapse)AuthorAgeFilesLines
* Functional .c32 loading with modules dependency fileprofkhaos2009-08-211-0/+12
|
* CLI with history and c32 smart loadingprofkhaos2009-08-201-0/+13
|
* Functional ELF dynamic modules loadingprofkhaos2009-07-161-2/+0
|
* Elf Dynamic module loading code with corrected linker optionsprofkhaos2009-07-161-0/+2
|
* elflink: fix functions with () instead of (void)H. Peter Anvin2009-07-051-2/+2
| | | | | | | | In C++, () is used to indicate a function with no parameters. In C, this is spelled (void). In C, () means the same thing as (...) which really isn't what we want. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-061-10/+5
| | | | | | Also it is no longer compulsory that dynamic modules reside in the dyn/ directory. The sample modules are still placed there, therefore the full path needs to be specified in the COM32R testing console.
* elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-051-1/+1
|
* Added support in shallow modules to offset symbols.Stefan Bucur2009-07-041-1/+2
| | | | | | The symbol values can be offset so that they could match a memory region, in case it is created dynamically and the symbol table does not include the offsets.
* Added source comments to the execution API header.Stefan Bucur2009-03-151-0/+64
|
* Implemented the 'list' command in the CLI.Stefan Bucur2009-03-151-0/+1
|
* Moved the execution layer API in klibc tree.Stefan Bucur2009-03-151-0/+48