X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=test%2Fgeekos_test_vm%2Fsrc%2Fgeekos%2Ffd_boot.asm;h=ad01ab80e47c18ff69fd481839f9f0ab6d61069d;hb=9a745f4d990981e4a26b8548a5388162fc0f260c;hp=d5fa1204751c739626bc177a9f9d9f6cdbc19859;hpb=b0924234ef63d8e5a0f0317f455071f8293cf2bd;p=palacios.git diff --git a/test/geekos_test_vm/src/geekos/fd_boot.asm b/test/geekos_test_vm/src/geekos/fd_boot.asm index d5fa120..ad01ab8 100644 --- a/test/geekos_test_vm/src/geekos/fd_boot.asm +++ b/test/geekos_test_vm/src/geekos/fd_boot.asm @@ -151,9 +151,9 @@ load_kernel: push bx push es ; - mov dx, cs - call PrintHex - call PrintNL +; mov dx, cs +; call PrintHex +; call PrintNL push cs pop es @@ -166,32 +166,32 @@ load_kernel: shl cx, 8 ; multiply by 9-1 to get number of bytes / 2 (words) ;; Print out the size of the kernel - mov dx, cx - call PrintHex - call PrintNL +; mov dx, cx +; call PrintHex +; call PrintNL int 0x15 adc ax, 0 ;; Print out the return code to the screen - mov dx, ax - call PrintHex - call PrintNL +; mov dx, ax +; call PrintHex +; call PrintNL - mov dx, KERNSEG - call PrintHex - call PrintNL +; mov dx, KERNSEG +; call PrintHex +; call PrintNL - mov dx, SETUPSEG - call PrintHex - call PrintNL +; mov dx, SETUPSEG +; call PrintHex +; call PrintNL - mov dx, 0x4a4a - call PrintHex - call PrintNL +; mov dx, 0x4a4a +; call PrintHex +; call PrintNL pop es ; pop bx