vmlinuz is a zImage, or bzImage, we are interested in vmlinux, the ELF

> image you get when compiling the kernel, at the top of the build tree.
>
>
I had no longer the vmlinux file so I have extract the vmlinuz from the
/boot directory with "linux-headers-3.5.7-xenomai/
scripts/extract-vmlinux" now I have a vmlinux file but I there are only
assembly code like that :


....

c107eb4c:    8d 74 26 00              lea    0x0(%esi,%eiz,1),%esi
c107eb50:    55                       push   %ebp
c107eb51:    89 e5                    mov    %esp,%ebp
c107eb53:    57                       push   %edi
c107eb54:    56                       push   %esi
c107eb55:    53                       push   %ebx
c107eb56:    83 ec 10                 sub    $0x10,%esp
c107eb59:    e8 6a a9 59 00           call   0xc16194c8
c107eb5e:    8b 1d 6c 58 9f c1        mov    0xc19f586c,%ebx
c107eb64:    89 45 e4                 mov    %eax,-0x1c(%ebp
_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to