This commit is contained in:
Able 2022-02-07 07:01:25 -06:00
parent 118c2edfc1
commit 6d74772961
2 changed files with 12 additions and 17 deletions

View file

@ -47,7 +47,6 @@ fn main(_handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
info!("{:?}", stdout.cursor_position());
// loop {}
/*
if let Ok(gop) = system_table
.boot_services()
@ -68,18 +67,13 @@ fn main(_handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
gop.set_mode(&mode)
.expect_success("Failed to set graphics mode");
//crate::check_screenshot(bt, "gop_test");
draw_fb(gop);
} else {
// No tests can be run.
warn!("UEFI Graphics Output Protocol is not supported");
}
*/
// */
// exit boot services
kernel_main();

1
qprofiler Submodule

@ -0,0 +1 @@
Subproject commit 39f39068029fce6a94c7bd5cc960b07d9d1b2288