Merge from Etherboot 5.4

This commit is contained in:
Michael Brown
2006-03-16 18:30:54 +00:00
9 changed files with 7616 additions and 14 deletions

View File

@@ -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