mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Merge from Etherboot 5.4
This commit is contained in:
@@ -116,8 +116,9 @@ os_regs_ptr:
|
||||
movl %esp, %ebp
|
||||
subl $os_regs, %ebp
|
||||
|
||||
/* Load the stack pointer */
|
||||
/* Load the stack pointer and convert it to physical address */
|
||||
movl 52(%esp), %esp
|
||||
addl %ebp, %esp
|
||||
|
||||
/* Enable the virtual addresses */
|
||||
leal _phys_to_virt(%ebp), %eax
|
||||
|
||||
Reference in New Issue
Block a user