PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
Boot Information

Kernel-side boot information handling. More...

Collaboration diagram for Boot Information:

Detailed Description

Kernel-side boot information handling.

Functions

boot_info_tboot_info_get (void)
 Gets the boot info structure.
 
void boot_info_to_higher_half (void)
 Offset all pointers in the boot info structure to the higher half.
 
void boot_info_free (void)
 Frees the boot info structure and all its associated data.
 

Function Documentation

◆ boot_info_get()

boot_info_t * boot_info_get ( void  )

Gets the boot info structure.

Returns
The boot info structure.

Definition at line 16 of file boot_info.c.

Here is the caller graph for this function:

◆ boot_info_to_higher_half()

void boot_info_to_higher_half ( void  )

Offset all pointers in the boot info structure to the higher half.

Definition at line 68 of file boot_info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ boot_info_free()

void boot_info_free ( void  )

Frees the boot info structure and all its associated data.

Definition at line 87 of file boot_info.c.

Here is the call graph for this function:
Here is the caller graph for this function: