#include "multiboot.h"
#include "console.h"
#include "string.h"
#include "memory.h"
#include "timer.h"
#include "ndk.h"
#include "io.h"
Go to the source code of this file.
Data Structures | |
struct | rZeroSymbolInfo |
struct | rZeroSegment |
struct | rZeroObj |
Functions | |
void | rZeroParse (rZeroObj *obj) |
void | rZeroParseHeader (rZeroObj *obj) |
void | rZeroParseSegments (rZeroObj *obj) |
void | rZeroClearSegments (void) |
int | rZeroFindSymbol (char *symbol, rZeroSymbolInfo *symInfo) |
int | rZeroFindSegment (short segment, rZeroSymbolInfo *symInfo) |
long volatile | readLong (rZeroObj *obj) |
short volatile | readShort (rZeroObj *obj) |
char volatile | readByte (rZeroObj *obj) |
Variables | |
rZeroSymbolInfo | rZeroExports [] |
rZeroSymbolInfo | rZeroImports [] |