From a61b9d1c9ee85ec08ff3b8a61e80dc33e71f3472 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sat, 24 Feb 2024 00:59:40 +0000 Subject: cleanup --- kjarna/efi/start.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kjarna/efi/start.c') diff --git a/kjarna/efi/start.c b/kjarna/efi/start.c index ebeb67d..1c15c2c 100644 --- a/kjarna/efi/start.c +++ b/kjarna/efi/start.c @@ -19,8 +19,6 @@ EFI_STATUS _start(EFI_HANDLE handle, EFI_SYSTEM_TABLE *system_table) struct efi_context app_context = { handle, system_table }; efi_context = &app_context; - efi_write(1, "hello, efi world!\r\n", -1); - if (main(0, nullptr) != 0) { efi_errno = EFI_ABORTED; -- cgit v1.3.1-1-g115d