chore(context): add documentation to the stamping algorithm

This commit is contained in:
2025-11-01 02:20:59 -04:00
parent 5217dd0538
commit 7f122b088e
2 changed files with 10 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ use std::time::Duration;
use uefi::boot::ScopedProtocol;
use uefi::proto::console::gop::GraphicsOutput;
/// We set the default splash time to zero, as this makes it so any logging shows up
/// on top of the splash and does not hold up the boot process.
const DEFAULT_SPLASH_TIME: u32 = 0;
/// The configuration of the splash action.