summaryrefslogtreecommitdiff
path: root/sys/stand
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-06-21 19:07:30 +0000
committernia <nia@NetBSD.org>2021-06-21 19:07:30 +0000
commit3f616dd0f5a07c59d318493519eba73dee7154b8 (patch)
tree3a64900c1748f7348f2f186e16c624be836ec235 /sys/stand
parent90dae56c5e69f9a55a63f8935906d59403f25084 (diff)
efiboot: Add ASCII art.
Diffstat (limited to 'sys/stand')
-rw-r--r--sys/stand/efiboot/boot.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/stand/efiboot/boot.c b/sys/stand/efiboot/boot.c
index 9228608d7e8..66173d12688 100644
--- a/sys/stand/efiboot/boot.c
+++ b/sys/stand/efiboot/boot.c
@@ -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>
@@ -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