From 45fc98575a57dc9709c7a66a243b121c5f11bf2c Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 1 Sep 2014 00:30:20 +0200 Subject: continued multiprocessing --- boot/mbr.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot/mbr.asm') 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: -- cgit v1.2.3