Karg  v0.2.0
The kernel of CargOS
elf.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <proc.h>
4 
5 typedef struct {
6  void *entry;
7  void *page_table;
9 
10 i32 elf_load(elf_load_res_t *load_res);
i32 elf_load(elf_load_res_t *load_res)
Definition: elf.c:78
Definition: elf.h:5
void * page_table
Definition: elf.h:7
void * entry
Definition: elf.h:6
__INT32_TYPE__ i32
Definition: types.h:15