tweak i386-linux.kernel.vmlinux-head.S

This commit is contained in:
John Reiser
2007-01-08 13:56:47 -08:00
parent 2f6ae3ef01
commit 10dc580a3a
4 changed files with 19 additions and 18 deletions
+1 -2
View File
@@ -954,7 +954,7 @@ bool PackVmlinuxAMD64::has_valid_vmlinux_head()
//
// Example test jig:
// $ gcc -o test-piggy -nostartfiles -nostdlib test-piggy.o piggy.o
// $ gcc -m32 -o test-piggy -nostartfiles -nostdlib test-piggy.o piggy.o
// $ gdb test-piggy
// (gdb) run >dumped
// (gdb) /* Execute [single step, etc.; the decompressor+unfilter moves!]
@@ -1000,7 +1000,6 @@ bool PackVmlinuxAMD64::has_valid_vmlinux_head()
// pushl $0x100000 # 1MB address
// call mmap
// leal -0x9000(%esp),%esi # expect "lea 0x9000(%esi),%esp" later
// push %cs
///* Fall into .text of upx-compressed vmlinux. */
//-----