diff options
Diffstat (limited to 'core/diskboot.inc')
| -rw-r--r-- | core/diskboot.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/diskboot.inc b/core/diskboot.inc index be816263..ce75b8c9 100644 --- a/core/diskboot.inc +++ b/core/diskboot.inc @@ -103,7 +103,6 @@ superblock_len_fat32 equ $-superblock+54 zb 54 ; Maximum needed size superblock_max equ $-superblock - global SecPerClust SecPerClust equ bxSecPerClust ; @@ -385,7 +384,11 @@ getonesec_cbios: ; ; kaboom: write a message and bail out. ; +%ifdef BINFMT global kaboom +%else + global kaboom:function hidden +%endif disk_error: kaboom: xor si,si |
