mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
We probably shouldn't leave interrupts disabled when starting an OS.
This commit is contained in:
@@ -80,6 +80,7 @@ int call_bootsector ( unsigned int segment, unsigned int offset,
|
||||
/* Jump to boot sector */
|
||||
"pushw %%bx\n\t"
|
||||
"pushw %%di\n\t"
|
||||
"sti\n\t"
|
||||
"lret\n\t"
|
||||
/* Preserved variables */
|
||||
"\nsaved_ss: .word 0\n\t"
|
||||
|
||||
Reference in New Issue
Block a user