projects
/
bootcensus
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559dd7c
)
commented out debug print of the first 32bits of each track loaded
author
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 24 Apr 2018 23:44:31 +0000
(
02:44
+0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 24 Apr 2018 23:44:31 +0000
(
02:44
+0300)
src/boot/boot2.s
patch
|
blob
|
history
diff --git
a/src/boot/boot2.s
b/src/boot/boot2.s
index
6372557
..
5422c0b
100644
(file)
--- 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