Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
init_context_t Struct Reference

#include <init.h>

Data Fields

initrd_module_t initrd_module
 
memory_context_t memory
 
uintptr_t rsdp_addr
 
framebuffer_t framebuffer
 
uintptr_t kernel_raw_addr
 
size_t kernel_raw_size
 

Detailed Description

Definition at line 15 of file init.h.

Field Documentation

◆ framebuffer

framebuffer_t init_context_t::framebuffer

Definition at line 19 of file init.h.

Referenced by build_context_from_stivale2().

◆ initrd_module

initrd_module_t init_context_t::initrd_module

Definition at line 16 of file init.h.

Referenced by build_context_from_stivale2().

◆ kernel_raw_addr

uintptr_t init_context_t::kernel_raw_addr

Definition at line 20 of file init.h.

Referenced by build_context_from_stivale2().

◆ kernel_raw_size

size_t init_context_t::kernel_raw_size

Definition at line 21 of file init.h.

Referenced by build_context_from_stivale2().

◆ memory

memory_context_t init_context_t::memory

Definition at line 17 of file init.h.

Referenced by build_context_from_stivale2().

◆ rsdp_addr

uintptr_t init_context_t::rsdp_addr

Definition at line 18 of file init.h.

Referenced by build_context_from_stivale2().


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