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

#include <boot_info.h>

Data Fields

uint32_tphysAddr
 
uint32_tvirtAddr
 
uint64_t size
 
uint32_t width
 
uint32_t height
 
uint32_t stride
 

Detailed Description

Definition at line 31 of file boot_info.h.

Field Documentation

◆ height

uint32_t boot_gop_t::height

Definition at line 37 of file boot_info.h.

Referenced by gop_buffer_init(), gop_init(), gop_mmap(), log_screen_clear(), and log_screen_init().

◆ physAddr

uint32_t* boot_gop_t::physAddr

Definition at line 33 of file boot_info.h.

Referenced by gop_mmap(), mem_page_table_init(), and vmm_init().

◆ size

uint64_t boot_gop_t::size

Definition at line 35 of file boot_info.h.

Referenced by mem_page_table_init(), and vmm_init().

◆ stride

uint32_t boot_gop_t::stride

◆ virtAddr

uint32_t* boot_gop_t::virtAddr

◆ width

uint32_t boot_gop_t::width

Definition at line 36 of file boot_info.h.

Referenced by gop_buffer_init(), gop_init(), log_screen_clear(), and log_screen_init().


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