Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/stand/efiboot efiboot: Add ASCII art.



details:   https://anonhg.NetBSD.org/src/rev/fd63113a80d8
branches:  trunk
changeset: 379841:fd63113a80d8
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Jun 21 19:07:30 2021 +0000

description:
efiboot: Add ASCII art.

diffstat:

 sys/stand/efiboot/boot.c |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r ac39c2446145 -r fd63113a80d8 sys/stand/efiboot/boot.c
--- a/sys/stand/efiboot/boot.c  Mon Jun 21 18:54:41 2021 +0000
+++ b/sys/stand/efiboot/boot.c  Mon Jun 21 19:07:30 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.c,v 1.30 2021/05/31 11:12:42 rin Exp $    */
+/*     $NetBSD: boot.c,v 1.31 2021/06/21 19:07:30 nia Exp $    */
 
 /*-
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -451,9 +451,13 @@ set_bootargs(const char *arg)
 void
 print_banner(void)
 {
-       printf("\n\n"
-           ">> %s, Revision %s\n",
-           bootprog_name, bootprog_rev);
+       printf("  \\-__,------,___.\n");
+       printf("   \\        __,---`  %s\n", bootprog_name);
+       printf("    \\       `---,_.  Revision %s\n", bootprog_rev);
+       printf("     \\-,_____,.---`\n");
+       printf("      \\\n");
+       printf("       \\\n");
+       printf("        \\\n\n");
 }
 
 void



Home | Main Index | Thread Index | Old Index