Ver código fonte

We probably ought not to call INT13 with interrupts disabled.

tags/v0.9.3
Michael Brown 17 anos atrás
pai
commit
19871cbb96
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 0
src/arch/i386/interface/pcbios/int13.c Ver arquivo

@@ -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"

Carregando…
Cancelar
Salvar