diff --git a/kernel/drive.asm b/kernel/drive.asm index afcb5de..e7dd528 100644 --- a/kernel/drive.asm +++ b/kernel/drive.asm @@ -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