| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Functional .c32 loading with modules dependency file | profkhaos | 2009-08-21 | 1 | -0/+12 |
| | | |||||
| * | CLI with history and c32 smart loading | profkhaos | 2009-08-20 | 1 | -0/+13 |
| | | |||||
| * | Functional ELF dynamic modules loading | profkhaos | 2009-07-16 | 1 | -2/+0 |
| | | |||||
| * | Elf Dynamic module loading code with corrected linker options | profkhaos | 2009-07-16 | 1 | -0/+2 |
| | | |||||
| * | elflink: fix functions with () instead of (void) | H. Peter Anvin | 2009-07-05 | 1 | -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 .c32 | Stefan Bucur | 2009-07-06 | 1 | -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 Bucur | 2009-07-05 | 1 | -1/+1 |
| | | |||||
| * | Added support in shallow modules to offset symbols. | Stefan Bucur | 2009-07-04 | 1 | -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 Bucur | 2009-03-15 | 1 | -0/+64 |
| | | |||||
| * | Implemented the 'list' command in the CLI. | Stefan Bucur | 2009-03-15 | 1 | -0/+1 |
| | | |||||
| * | Moved the execution layer API in klibc tree. | Stefan Bucur | 2009-03-15 | 1 | -0/+48 |
