X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fboot%2Fboot2.s;fp=src%2Fboot%2Fboot2.s;h=5422c0b5d529c2db14f89a3e4aa1e970126f5c93;hb=34ae2440d7cd133051523bce2aac0760cf8296eb;hp=6372557ee2e3be08783404529b2713fbcfc354d5;hpb=559dd7c3c836a69eac46bd12c7ef61bb5de8882c;p=bootcensus 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