PatchworkOS
Loading...
Searching...
No Matches
boot_info_t Struct Reference

#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
 

Detailed Description

Definition at line 100 of file boot_info.h.

Field Documentation

◆ disk

boot_disk_t boot_info_t::disk

Definition at line 105 of file boot_info.h.

Referenced by boot_info_populate(), and init_finalize().

◆ gop

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().

◆ kernel

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().

◆ memory

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().

◆ rsdp

void* boot_info_t::rsdp

Definition at line 103 of file boot_info.h.

Referenced by boot_info_populate(), and init_early().

◆ runtimeServices

void* boot_info_t::runtimeServices

Definition at line 104 of file boot_info.h.

Referenced by boot_info_populate().


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