summaryrefslogtreecommitdiff
path: root/ui.inc
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-20 00:24:21 +0000
committerhpa <hpa>2005-08-20 00:24:21 +0000
commitd3dd0c5a66fde387207b5ab2c21f406e20280037 (patch)
treef404890474034e76219a65f0faa9bc17b39be02e /ui.inc
parentfdd08de210fb16faf189dfa4e131e48c82d38836 (diff)
downloadsyslinux-d3dd0c5a66fde387207b5ab2c21f406e20280037.tar.gz
Reorganize memory so we don't have to relocate pxelinux and have more
stack for extlinux; add tool to check for section overflow.
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