Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: Kernel Hacking
- To: tlug@example.com
- Subject: tlug: Kernel Hacking
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Wed, 14 Apr 1999 15:00:31 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <199904140422.NAA01125@example.com>
- References: <199904140422.NAA01125@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Yong-Ming" == Yong-Ming Hua <yhua@example.com> writes: Yong-Ming> I have got a weird thing right here. For some Yong-Ming> reasons, everytime I try to make new configurations, Yong-Ming> such as a new scsi dev, other settings keep going back Yong-Ming> to defaults(are there such stuff >From the subject I assume you're talking about building a new kernel? What exactly are you doing to "make new configurations"? The kernel configuration has original defaults distributed with the configuration script (in arch/$ARCH/defconfig and arch/$ARCH/config.in). Once you have configured the kernel, your values are kept in a "hidden" file, .config. These defaults should be used the next time (and overide the distribution defaults). Unless you do something special, they will be used and replaced every time you reconfigure the kernel. As far as I know, the only operations that normally touch .config are `make *config' (obviously) and `make mrproper' (which rm's it). In particular `make clean', `make dep', and `make <objects>' do not. I'm not sure what happens if you try to invoke `scripts/Configure' (or any of the other configuration utilities) directly; you should always do so via `make *config' as far as I know. -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 __________________________________________________________________________ __________________________________________________________________________ What are those two straight lines for? "Free software rules." ------------------------------------------------------------------- Next Nomikai: TBD Tengu TokyoEkiMae 03-3275-3691 Next Technical Meeting: June 12 (Sat), 12 :30 place: Temple Univ. ------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: Kernel Hacking
- From: Yong-Ming Hua <yhua@example.com>
- References:
- tlug: Kernel Hacking
- From: Yong-Ming Hua <yhua@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Kernel Hacking
- Next by Date: tlug: Spam test
- Prev by thread: Re: tlug: Kernel Hacking
- Next by thread: Re: tlug: Kernel Hacking
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links