[syslinux:elflink] ISOLINUX: use bailmsg string in kaboom()

syslinux-bot for Paulo Alcantara pcacjr at zytor.com
Wed May 16 14:21:05 PDT 2012


Commit-ID:  40cf9cf33865bca944b7edfd4a8969dec39e3c45
Gitweb:     http://www.syslinux.org/commit/40cf9cf33865bca944b7edfd4a8969dec39e3c45
Author:     Paulo Alcantara <pcacjr at zytor.com>
AuthorDate: Thu, 19 Apr 2012 00:28:40 -0300
Committer:  Paulo Alcantara <pcacjr at zytor.com>
CommitDate: Sat, 12 May 2012 00:56:21 -0300

ISOLINUX: use bailmsg string in kaboom()

Every code which implements kaboom(), uses bailmsg string. So we must
use it in core/isolinux.asm as well.

Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>

---
 core/isolinux.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/isolinux.asm b/core/isolinux.asm
index 9c6c190..6e52736 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1035,7 +1035,7 @@ xint13:		mov byte [RetryCount],retry_count
 disk_error:
 kaboom:
 		RESET_STACK_AND_SEGS AX
-		mov si,err_bootfailed
+		mov si,bailmsg
 		pm_call pm_writestr
 		pm_call pm_getchar
 		cli


More information about the Syslinux-commits mailing list