From f236a64b21b2d0f864e15fa32f418aad145231e7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 25 Mar 2022 13:17:22 -0400 Subject: [PATCH] HELLO: Be more welcoming --- src/hello/hello.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello/hello.d b/src/hello/hello.d index 8d18573..b72b937 100644 --- a/src/hello/hello.d +++ b/src/hello/hello.d @@ -350,7 +350,7 @@ extern (C) EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE * st) console.clear(); - console.writeln("HELLO, HOS EFI Lightweight LOader, v0.1.0"); + console.writeln("Welcome to HELLO, HOS EFI Lightweight LOader, v0.1.0"); console.writeln("Firmware vendor: '%S', version: 0x%x", st.FirmwareVendor, st.FirmwareVendor); if (!set_graphics_mode())