summaryrefslogtreecommitdiff
path: root/bootblocks/msdos.s
diff options
context:
space:
mode:
Diffstat (limited to 'bootblocks/msdos.s')
-rw-r--r--bootblocks/msdos.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootblocks/msdos.s b/bootblocks/msdos.s
index 4e9eb1a..7f8156e 100644
--- a/bootblocks/msdos.s
+++ b/bootblocks/msdos.s
@@ -213,8 +213,7 @@ no_boot: ! SI now has pointer to error message
EOS:
xor ax,ax
int $16
- int $19 ! This should be OK as we haven't touched anything.
- jmpi $0,$FFFF ! Wam! Try or die!
+ jmpi $0,$FFFF ! Reboot.
!---------------------------------------------------------------------------
! This loads the boot program 1 sector at a time, funny thing is it actually