[boot] Scroll serial output before exit_boot_services
The last line of the boot output was always getting cut off by anything else getting printed to the serial port. Adding two newlines to clear the cursor of the previous output.
This commit is contained in:
@@ -133,6 +133,8 @@ uefi_exit(bootproto::args *args, uefi::handle image, uefi::boot_services *bs)
|
||||
args->frame_blocks = memory::build_frame_blocks(args->mem_map);
|
||||
|
||||
map.update(*bs);
|
||||
status.do_blank();
|
||||
|
||||
try_or_raise(
|
||||
bs->exit_boot_services(image, map.key),
|
||||
L"Failed to exit boot services");
|
||||
|
||||
Reference in New Issue
Block a user