summaryrefslogtreecommitdiff
path: root/ui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ui.inc')
-rw-r--r--ui.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui.inc b/ui.inc
index 7174dbee..0d7cc408 100644
--- a/ui.inc
+++ b/ui.inc
@@ -166,6 +166,10 @@ print_version:
push di ; Command line write pointer
mov si,syslinux_banner
call cwritestr
+%ifdef HAVE_BIOSNAME
+ mov si,[BIOSName]
+ call cwritestr
+%endif
mov si,copyright_str
call cwritestr