8 lines
270 B
C
8 lines
270 B
C
#pragma once
|
|
|
|
#include <lcrash/elf/elf.h>
|
|
#include <lcrash/lnxboot.h>
|
|
|
|
/// We don't have space to allocate memory, so we have no idea where we can pass back ELF state, we'll have to do this all at once
|
|
void ElfExecute(void* Binary, void* LoadAddr, struct boot_params*);
|