Version 0.1.1
[seabios.git] / src / disk.c
index 8901b7d4b2a99a8e016f8f75ba0ad44dd6747c58..144e42fab98b270740cdc4779325f5d0e846a5f0 100644 (file)
@@ -44,7 +44,7 @@ handle_40(struct bregs *regs)
 void VISIBLE
 handle_13(struct bregs *regs)
 {
-    debug_enter(regs);
+    //debug_enter(regs);
     u8 drive = regs->dl;
 #if BX_ELTORITO_BOOT
     if (regs->ah >= 0x4a || regs->ah <= 0x4d) {