IBNOS
|
#include <loader/elf.h>
#include <process/process.h>
#include <memory/paging.h>
#include <memory/allocator.h>
#include <util/util.h>
#include <util/list.h>
Go to the source code of this file.
Classes | |
struct | requiredPages |
Functions | |
void | __insertRequiredPage (struct linkedList *pages, uint32_t startIndex, uint32_t stopIndex) |
bool | elfLoadBinary (struct process *p, void *addr, uint32_t length) |
Loads an ELF executable stored in the memory into a process. More... | |
void __insertRequiredPage | ( | struct linkedList * | pages, |
uint32_t | startIndex, | ||
uint32_t | stopIndex | ||
) |