improve filesystem device match to support uuids and add early splash

This commit is contained in:
2025-10-13 16:23:08 -07:00
parent c6f7412df0
commit 4a5dc39c49
4 changed files with 68 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ pub struct SplashConfiguration {
}
pub fn default_splash_time() -> u32 {
5
0
}
fn setup_graphics() -> Result<ScopedProtocol<GraphicsOutput>> {