From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Tue, 18 Apr 2017 18:07:11 +0200 Subject: What is the fastest way to build and boot a kernel In-Reply-To: References: Message-ID: <20170418160711.GA29610@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Apr 18, 2017 at 08:59:36AM -0700, Code Soldier1 wrote: > Hi, > > Can someone suggest what is the fastest way to build a minimal kernel > and boot. For example if I am working on TCP and would like to make a > small change and reboot, what is the fastest way, I rather not build > the whole kernel. Why would you need to rebuild the whole kernel? What did you change that required everything to be rebuilt? And a working kernel can normally be built, from scratch, in just a few minutes. You do know about 'make localmodconfig' right? thanks, greg k-h