commented out debug print of the first 32bits of each track loaded
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 24 Apr 2018 23:44:31 +0000 (02:44 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 24 Apr 2018 23:44:31 +0000 (02:44 +0300)
src/boot/boot2.s

index 6372557..5422c0b 100644 (file)
@@ -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