summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-01 00:30:20 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-01 00:30:20 +0200
commit45fc98575a57dc9709c7a66a243b121c5f11bf2c (patch)
tree75f6c0cf59abe5eb43ef7dd9577a826a1d8f2527 /boot
parentbbbb277f3dd0de3a1b41073e8c8d22e15ddec5ed (diff)
continued multiprocessing
Diffstat (limited to 'boot')
-rw-r--r--boot/mbr.asm3
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: