summaryrefslogtreecommitdiff
path: root/src/boot/stage2_check_magic.asm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 09:13:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 09:13:29 +0200
commit3c200891bfcffbf62ac572cd6841a09a0a69e247 (patch)
tree66654cb33d5d5605978a55adf7a1d9c46231ba98 /src/boot/stage2_check_magic.asm
parent657769355b34f6b9aba19b997cba5f20f0546b96 (diff)
downloadabaos-3c200891bfcffbf62ac572cd6841a09a0a69e247.tar.gz
abaos-3c200891bfcffbf62ac572cd6841a09a0a69e247.tar.bz2
fixed loading of kernel in stage2 grossing 64k
Diffstat (limited to 'src/boot/stage2_check_magic.asm')
-rw-r--r--src/boot/stage2_check_magic.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/stage2_check_magic.asm b/src/boot/stage2_check_magic.asm
index 7339a89..479da26 100644
--- a/src/boot/stage2_check_magic.asm
+++ b/src/boot/stage2_check_magic.asm
@@ -20,7 +20,6 @@ check_magic:
.ok:
mov si, MAGIC_OK_MSG
call pm_print_string
- mov edx, esi
call pm_print_hex
call pm_print_newline
xor eax, eax
@@ -28,7 +27,6 @@ check_magic:
.mismatch:
mov si, MAGIC_NOT_OK_MSG
call pm_print_string
- mov edx, esi
call pm_print_hex
call pm_print_newline
xor eax, eax