Skip to content

Commit

Permalink
add clear screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Sep 3, 2019
1 parent 4a0cde8 commit c399500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poiboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ void efi_main(void *ImageHandle, struct EFI_SYSTEM_TABLE *SystemTable)
unsigned long long kernel_arg3 = pnum;
put_param(L"kernel_arg3", kernel_arg3);

/* 画面クリア */
ST->ConOut->ClearScreen(ST->ConOut);

/* APを起動 */
ai.kernel_start = kernel_start;
ai.stack_space_start = stack_base;
Expand Down

0 comments on commit c399500

Please sign in to comment.