Remove debugging output

This commit is contained in:
Nero 2021-01-03 18:10:54 +00:00
parent 1dbfb2f592
commit 3f8cfaac42

View File

@ -87,11 +87,6 @@ getprm: test byte [dskflag], 4
and dx, 0xFF
inc dx
mov [bpb+BPBNOS], dx
; print geometry
push dx
push cx
call printf
db "getprm: ",2," sectors, ",2," heads",0x0A,0x0D,0
; test if DPT ptr is non-zero
.nochs: mov ax, es
or ax, di