Skip to main content

Module core

Module core 

Source
Expand description

Core application components, including boot targets and display management.

This module houses the fundamental structures that run the application, manage the graphics output, and handle the logic for different types of bootables.

Modulesยง

app
bootables
Abstractions for different types of boot targets.
display
Module implementing embedded_graphics_core::DrawTarget for the Rust UEFI crate. It is actually just a buffer, and the push to uefi is done via blit during flush().