Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86_64: Fix loading ELF symbols | Samuel Thibault | 2023-08-12 | 1 | -3/+33 |
| | |||||
* | elf64: Update names | Samuel Thibault | 2023-08-12 | 1 | -12/+12 |
| | | | | | | | | | Apparently the ELF world changed their mind on the naming of integers, let's get coherent with it. Elf64_Quarter (16b) disappeared, replaced by Elf64_Half (now 16b instead of Elf64_32b). And previous Elf64_Half (16b) thus now need to be Elf64_Word (16b). | ||||
* | x86_64: load Elf64 bootstrap modules if ! USER32 | Luca Dariz | 2023-02-16 | 1 | -0/+36 |
| | | | | | | | | | * i386/include/mach/i386/exec/elf.h: add Elf64 definitions and define common Elf structures, corresponding to 32/64 bit variants at compile time. * include/mach/exec/elf.h: add Elf64 definitions * kern/elf-load.c: use common Elf structures Message-Id: <20230216213318.2048699-2-luca@orpolo.org> | ||||
* | Initial source | Thomas Bushnell | 1997-02-25 | 1 | -0/+298 |