Re: [EXAMPLE-PATCH] /proc/config

Roderich Schupp (rsch@ExperTeam.de)
Sat, 30 May 1998 12:38:19 +0200


Martin `MJ' Mares said:
> and then just look at the kernel image with `less' to get the
> config... (Well, this assumes you don't lose the kernel binary image,
> but it's unlikely to happen anyway.) This solution still works and
You might not have the kernel image, because you got it over the
network. Or you might have several, but are not sure which was
one corresponds to the running kernel.
> doesn't eat up precious kilobytes of kernel space.
C'mon give the guy who implemented this a break.
FYI, on my .config
grep -v '^#' .config | gzip | wc -c
gives 483. Add a couples of bytes for the code that implements
/proc/config. And of course you could make it an option.
Cheers, Roderich
--
                   Klein bottle for rent -- inquire within.
Roderich Schupp                 mailto:rsch@ExperTeam.de
ExperTeam GmbH                  http://www.experteam.de/
Munich, Germany                 linux:2.1.103

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu