소스 검색

We probably shouldn't leave interrupts disabled when starting an OS.

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

+ 1
- 0
src/arch/i386/image/bootsector.c 파일 보기

@@ -80,6 +80,7 @@ int call_bootsector ( unsigned int segment, unsigned int offset,
80 80
 					   /* Jump to boot sector */
81 81
 					   "pushw %%bx\n\t"
82 82
 					   "pushw %%di\n\t"
83
+					   "sti\n\t"
83 84
 					   "lret\n\t"
84 85
 					   /* Preserved variables */
85 86
 					   "\nsaved_ss: .word 0\n\t"

Loading…
취소
저장