Fix the jump location.

This commit is contained in:
Rebecca Cran 2010-11-14 08:31:02 +00:00
parent 115c1a4a4e
commit 7a5b5423ac

View File

@ -239,7 +239,7 @@ error: callw putstr # Display message
xorb %ah,%ah # BIOS: Get xorb %ah,%ah # BIOS: Get
int $0x16 # keypress int $0x16 # keypress
movw $0x1234, BDA_BOOT # Do a warm boot movw $0x1234, BDA_BOOT # Do a warm boot
ljmp $0xf000,$0x0 # reboot the machine ljmp $0xf000,$0xfff0 # reboot the machine
/* /*
* Display a null-terminated string using the BIOS output. * Display a null-terminated string using the BIOS output.
*/ */