ApertureOS
Enumerations | Functions
elf_loader.h File Reference
#include "types.h"
Include dependency graph for elf_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ELF_FLAGS { ELF_USER = 0, ELF_KERNEL = 1 }
 

Functions

UID Elf_Load (const char *path, ELF_FLAGS perms)
 
void Elf_Start (UID id)
 

Enumeration Type Documentation

enum ELF_FLAGS
Enumerator
ELF_USER 
ELF_KERNEL 

Function Documentation

UID Elf_Load ( const char *  path,
ELF_FLAGS  perms 
)
void Elf_Start ( UID  id)