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())