From 40cf9cf33865bca944b7edfd4a8969dec39e3c45 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Thu, 19 Apr 2012 00:28:40 -0300 Subject: [PATCH] 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 --- core/isolinux.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4