Browse Source

We probably ought not to call INT13 with interrupts disabled.

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
19871cbb96
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 0
src/arch/i386/interface/pcbios/int13.c View File

@@ -646,6 +646,7 @@ int int13_boot ( unsigned int drive ) {
646 646
 					   "pushw $0\n\t"
647 647
 					   "popw %%es\n\t"
648 648
 					   "stc\n\t"
649
+					   "sti\n\t"
649 650
 					   "int $0x13\n\t"
650 651
 					   "sti\n\t" /* BIOS bugs */
651 652
 					   "jc 1f\n\t"

Loading…
Cancel
Save