From mboxrd@z Thu Jan 1 00:00:00 1970 From: vikram186@gmail.com (Vikram Narayanan) Date: Thu, 12 May 2011 01:41:17 +0530 Subject: How vmlinux is recognized? In-Reply-To: References: <1305137213.2347.12.camel@ubuntu.ubuntu-domain> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, May 12, 2011 at 1:39 AM, Mulyadi Santosa wrote: > On Thu, May 12, 2011 at 03:04, Vikram Narayanan wrote: >> The vmlinux is an ELF binary. right? If so, Who does the unpacking of >> raw binary image from that ELF? > > why do you put concern on vmlinux anyway? boot loader loads vmlinuz, > not vmlinux.... Yes. I agree. But how who converts the ELF binary to raw binary so that the processor understands. Or how is it actually done? Thanks, Vikram