소스 검색

We probably ought not to call INT13 with interrupts disabled.

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
19871cbb96
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 0
src/arch/i386/interface/pcbios/int13.c 파일 보기

@@ -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…
취소
저장