From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <518BD2BF.3040801@xenomai.org> Date: Thu, 09 May 2013 18:45:51 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <518BAF44.9060803@xenomai.org> <518BB895.3050208@xenomai.org> <518BBFDC.7060102@xenomai.org> <518BC2C3.3080004@xenomai.org> <518BC59F.60208@xenomai.org> <518BCB6B.5070908@xenomai.org> <518BCD6C.8060501@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] [Posix] I/O multiplexing with select List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex alex Cc: Xenomai On 05/09/2013 06:44 PM, alex alex wrote: > 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 please put the vmlinux file on an ftp or http server somewhere. -- Gilles.