Andreas Haumer wrote:
> 
> Keith Owens wrote:
> >
> > I worry about anything that increases the on disk size of bzImage, even
> > if the extra data does not get loaded into kernel memory.
> >
> You also have to consider filesize restrictions with some
> network bootproms loading the kernel image with TFTP.
> 
> At least, that feature should be optional!

Yes, it could be two config options:

  bzImage includes System map 
  bzImage includes System config

But actually we're not talking about a kernel build option at all,
we're just talking about cat'ing one or two gzip files onto the end of
bzImage, and so the only reason for making it a config option would be
for taking care of really clueless people like me who don't know
that.  Otherwise it would just be a little script or perhaps an option
on 'make install'.

--
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to