From 3f8cfaac42f92e26c8be2ac1cd16a194a2d79f6c Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Sun, 3 Jan 2021 18:10:54 +0000 Subject: [PATCH] Remove debugging output --- kernel/drive.asm | 5 ----- 1 file changed, 5 deletions(-) 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