My Kernel v0.1.0
kernel_symbol_table Struct Reference

The symbol table for the kernel. More...

#include <symbols.h>

Detailed Description

This table contains the address and the name of every symbol defined inside our kernel's code.

Note
To reduce the size of this table, we only keep function symbols. Static variables and other variables are ignored. This may change in the future.

The documentation for this struct was generated from the following file: