Re: How to recover the first .config file

2002-04-14 Thread patrick Kapturkiewicz
It concerns RedHat 7.1 At the installation there is no .config* in /usr/src/linux. There is effectively a file /usr/src/linux/arch/i386/defconfig. But I think, in my tests, that the closest is to use one of the files in /usr/src/linux/configs like kernel-i686-config (function load in 'make

How to recover the first .config file

2002-04-13 Thread patrick Kapturkiewicz
Hi, I wish to modify some parameters like shmmax directly in /usr/src/linux/include without remaking entirely the original kernel. Is there a way to recover the first .config file (installation's one which doesn't exist in /usr/src/linux) and how could i do that ? Thanks. Patrick

Re: How to recover the first .config file

2002-04-13 Thread Net Llama!
patrick Kapturkiewicz wrote: Hi, I wish to modify some parameters like shmmax directly in /usr/src/linux/include without remaking entirely the original kernel. Is there a way to recover the first .config file (installation's one which doesn't exist in /usr/src/linux) and how could i do