diff options
Diffstat (limited to 'boot/mbr.asm')
| -rw-r--r-- | boot/mbr.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm index 45cfd85..c565f33 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -53,6 +53,9 @@ VESA_MODE_INFO equ 0x8400 VESA_MODE_SELECT equ 0x4114 ; jmp boot_16 ;start boot process + db 'X' +jmp $ ;entry for other processors ;) + db 'X' ; ;;SOME Global Data, mainly info/error strings BOOT_DRIVE: |
