From: John Tsiombikas Date: Tue, 24 Apr 2018 23:44:31 +0000 (+0300) Subject: commented out debug print of the first 32bits of each track loaded X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=commitdiff_plain;h=34ae2440d7cd133051523bce2aac0760cf8296eb commented out debug print of the first 32bits of each track loaded --- diff --git a/src/boot/boot2.s b/src/boot/boot2.s index 6372557..5422c0b 100644 --- a/src/boot/boot2.s +++ b/src/boot/boot2.s @@ -196,10 +196,11 @@ ldloop: push %ecx call read_track - mov buffer, %eax - call print_num - mov $10, %al - call putchar + # debug: print the first 32bits of the track + #mov buffer, %eax + #call print_num + #mov $10, %al + #call putchar # copy to high memory mov $buffer, %esi