Welcome to the FoxOS website!
scheduler::task_t* elf::load_elf(char* filename, const char** argv, const char** envp)
char* filename
const char** argv
const char** envp
scheduler::task_t*
void elf_apply_relocations(void* ptr, Elf64_Ehdr* header, uint64_t vaddr, uint64_t elf_load_offset, uint64_t size)
void* ptr
Elf64_Ehdr* header
uint64_t vaddr
uint64_t elf_load_offset
uint64_t size
void
scheduler::task_t* elf::load_elf(void* ptr, const char** argv, const char** envp)
void* ptr
const char** argv
const char** envp
scheduler::task_t*