warning and chance to abort
[com32] / src / startup.asm
index d18c368..c1d85e5 100644 (file)
@@ -23,13 +23,6 @@ startup:
 
        xor ebp, ebp    ; terminate backtraces
        call main
-       cli     ; XXX
-
-.waitkey:
-       in al, 64h
-       test al, 1
-       jz .waitkey
-       in al, 60h
        retf
 
 ;      global putchar