From 3c200891bfcffbf62ac572cd6841a09a0a69e247 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Jun 2017 09:13:29 +0200 Subject: fixed loading of kernel in stage2 grossing 64k --- src/boot/stage2_check_magic.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/boot/stage2_check_magic.asm') 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 -- cgit v1.2.3-54-g00ecf