|
PatchworkOS
|
#include <boot_info.h>
Data Fields | |
| boot_gop_t | gop |
| void * | rsdp |
| void * | runtimeServices |
| boot_disk_t | disk |
| boot_kernel_t | kernel |
| boot_memory_t | memory |
Definition at line 100 of file boot_info.h.
| boot_disk_t boot_info_t::disk |
Definition at line 105 of file boot_info.h.
Referenced by boot_info_populate(), and init_finalize().
| boot_gop_t boot_info_t::gop |
Definition at line 102 of file boot_info.h.
Referenced by boot_info_populate(), exit_boot_services(), init_early(), and init_finalize().
| boot_kernel_t boot_info_t::kernel |
Definition at line 106 of file boot_info.h.
Referenced by boot_info_populate(), efi_main(), exit_boot_services(), and init_early().
| boot_memory_t boot_info_t::memory |
Definition at line 107 of file boot_info.h.
Referenced by efi_main(), exit_boot_services(), init_early(), and init_finalize().
| void* boot_info_t::rsdp |
Definition at line 103 of file boot_info.h.
Referenced by boot_info_populate(), and init_early().
| void* boot_info_t::runtimeServices |
Definition at line 104 of file boot_info.h.
Referenced by boot_info_populate().