2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-23 01:51:58 +00:00

[pxe] Enable interrupts before starting PXE NBP execution

Based on a patch provided by XenSource for Etherboot 5.4.
This commit is contained in:
Michael Brown 2008-09-24 21:23:50 +01:00
parent 887d77c27a
commit fed106b7fb

View File

@ -440,6 +440,7 @@ int pxe_start_nbp ( void ) {
__asm__ __volatile__ ( REAL_CODE ( "pushw %%cx\n\t"
"pushw %%ax\n\t"
"movw %%cx, %%es\n\t"
"sti\n\t"
"lcall $0, $0x7c00\n\t"
"addw $4, %%sp\n\t" )
: "=a" ( rc ), "=b" ( discard_b ),