diff options
Diffstat (limited to 'core/pxelinux.asm')
-rw-r--r-- | core/pxelinux.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm index ad1686c1..9d9d5b4d 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -308,10 +308,11 @@ _start1: %if USE_PXE_PROVIDED_STACK == 0 lss sp,[InitStack] %endif - int 1Ah ; May trash regs + int 1Ah ; May trash regs %if USE_PXE_PROVIDED_STACK == 0 lss esp,[BaseStack] %endif + sti ; Work around Etherboot bug jc no_int1a cmp ax,564Eh |