|
My Kernel v0.1.0
|
A single symbol entry inside the symbol table @info The structure is ALWAYS followed by the symbol's name's string.
#include <symbols.h>
Data Fields | |
| u32 | size |
| Size of the symbol (sizeof(size) + sizeof(address) + strlen(name)) | |
| u32 | address |
| Address of the symbol. | |