FreeNOS
|
Go to the source code of this file.
Data Structures | |
struct | CoreInfo |
Per-Core information structure. More... | |
Macros | |
#define | KERNEL_PATHLEN 64 |
#define | COREINFO_SIZE (KERNEL_PATHLEN + (8 * 4) + (4 * 4) + (4 * 4)) |
Needed by IntelBoot16.S. More... | |
Typedefs | |
typedef struct CoreInfo | CoreInfo |
Per-Core information structure. More... | |
Variables | |
CoreInfo | coreInfo |
Local CoreInfo instance. More... | |
C uint | isKernel |
Non-zero if this executable is linked as the kernel. More... | |