|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Data Structures | |
| struct | memory_context_t |
| struct | init_context_t |
Macros | |
| #define | MAX_MEMORY_ENTRIES 256 |
| #define | INIT(fn) |
| #define | INFLOOP |
Typedefs | |
| typedef void(* | initcall_t) (init_context_t *ctx) |
| #define INFLOOP |
Definition at line 32 of file init.h.
Referenced by __attribute__(), __attribute__(), and sch_restore_to_next_thread().
| #define INIT | ( | fn | ) |
| #define MAX_MEMORY_ENTRIES 256 |
Definition at line 8 of file init.h.
Referenced by build_context_from_stivale2().
| typedef void(* initcall_t) (init_context_t *ctx) |