From f4d22c42e89a52644c9453e246a20749d62470af Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 25 Oct 2002 05:27:56 +0000 Subject: Remove debugging code --- pxelinux.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pxelinux.asm b/pxelinux.asm index 456ce18c..302ed0b3 100644 --- a/pxelinux.asm +++ b/pxelinux.asm @@ -919,12 +919,6 @@ kaboom: pop cx loop .wait1 .keypress: - mov ax,[SerialPort] - call writehex4 - call crlf - mov ax,0100h - int 16h - call writehex4 call crlf mov word [BIOS_magic],0 ; Cold reboot jmp 0F000h:0FFF0h ; Reset vector address -- cgit v1.2.1