From c5ac7c32116fb4bd4ab05b651150ae8c8da20e05 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 28 Dec 2009 17:46:43 -0800 Subject: isolinux: export kaboom We need to export kaboom in all cases... Signed-off-by: H. Peter Anvin --- core/isolinux.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/core/isolinux.asm b/core/isolinux.asm index f27cd7d4..fef3e560 100644 --- a/core/isolinux.asm +++ b/core/isolinux.asm @@ -1016,6 +1016,7 @@ xint13: mov byte [RetryCount],retry_count ; kaboom: write a message and bail out. Wait for a user keypress, ; then do a hard reboot. ; + global kaboom disk_error: kaboom: RESET_STACK_AND_SEGS AX -- cgit