mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
We probably ought not to call INT13 with interrupts disabled.
This commit is contained in:
parent
027fed72c1
commit
19871cbb96
@ -646,6 +646,7 @@ int int13_boot ( unsigned int drive ) {
|
||||
"pushw $0\n\t"
|
||||
"popw %%es\n\t"
|
||||
"stc\n\t"
|
||||
"sti\n\t"
|
||||
"int $0x13\n\t"
|
||||
"sti\n\t" /* BIOS bugs */
|
||||
"jc 1f\n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user