Re: Fast testing

From: Dragoslav Zaric
Date: Tue Apr 14 2009 - 10:11:13 EST


Hmm,

Ok, I found this on internet:
"The bzImage file is in a specific format: It contains concatenated
bootsect.o + setup.o + misc.o + piggy.o.
piggy.o contains the gzipped vmlinux file in its data section (ELF)
(see compressed/Makefile piggy.o)."

So after we make new bzImage and "somehow" extract these four .o files
than we can manually load
kernel image into memory ? We can just run same routines that are run
during the boot, but we can skip
everything till piggy.o file, because the vmlinux file is in piggy.o ?

thanks,

Dragoslav Zaric

[Programmer, M.Sc Astrophysics]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/