Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110349
b: refs/heads/master
c: 59f09ba
h: refs/heads/master
i:
  110347: 00fecfe
v: v3
  • Loading branch information
Philipp Kohlbecher authored and Ingo Molnar committed Aug 11, 2008
1 parent 89ae82c commit 5902f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8aeb4022633f7d0eca5e13a9622bd73df92bbf2a
refs/heads/master: 59f09ba2b62e6f89beeb4c8fc2c83fe14321dda9
5 changes: 3 additions & 2 deletions trunk/arch/x86/boot/compressed/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@ relocated:
*/
movl output_len(%ebx), %eax
pushl %eax
# push arguments for decompress_kernel:
pushl %ebp # output address
movl input_len(%ebx), %eax
pushl %eax # input_len
leal input_data(%ebx), %eax
pushl %eax # input_data
leal boot_heap(%ebx), %eax
pushl %eax # heap area as third argument
pushl %esi # real mode pointer as second arg
pushl %eax # heap area
pushl %esi # real mode pointer
call decompress_kernel
addl $20, %esp
popl %ecx
Expand Down

0 comments on commit 5902f55

Please sign in to comment.