All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.0 kernel compile overview
@ 2004-01-05 21:45 chakkerz
  0 siblings, 0 replies; 8+ messages in thread
From: chakkerz @ 2004-01-05 21:45 UTC (permalink / raw)
  To: linux-newbie

dunno if that helps, but Linux Format had an article on how to do it in 
November (the one with the baby on the cover). I'd copy the instructions out 
(ahh ... plagerism), but someone at work nicked the magazine (darn MS 
users)...

mayhaps the local library (or the linux format web page) has the article.
-- 
with kind regards,
  chakkerz

"You don't need eyes to see, you need vision" (Faithless - Reverence)

  Internet:          http://naiv.sourceforge.net
  NAIV Status:
     Stable       Testing       Development
      0.2.3r2      none          0.3.0 - Installation

"May there be mercy on man and machine for their sins" (Animatrix)

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.0 kernel compile overview
  2004-01-05 15:13 James Miller
  2004-01-05 15:43 ` James Miller
  2004-01-05 17:21 ` joy
@ 2004-01-05 21:36 ` James Turnbull
  2 siblings, 0 replies; 8+ messages in thread
From: James Turnbull @ 2004-01-05 21:36 UTC (permalink / raw)
  To: linux-newbie

James Miller wrote:
> to 2.4.x kernels and earlier. I just did a quick 'net search and
> couldn't find anything specific on 
> 2.6.x kernel compiling.  At the same time, I have understood from the
> friend that 2.6.x kernel compiling differs somewhat.  So, can anyone
> direct me to any sources on 2.6.x kernel compiling?  I have an overall

This is a good site for this info:

http://www.digitalhermit.com/~kwan/kernel.html

HTH

Regards

James Turnbull
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: 2.6.0 kernel compile overview
  2004-01-05 19:39 EXT-Reimer, Jim D
@ 2004-01-05 20:09 ` James Miller
  0 siblings, 0 replies; 8+ messages in thread
From: James Miller @ 2004-01-05 20:09 UTC (permalink / raw)
  To: EXT-Reimer, Jim D; +Cc: linux-newbie

On Mon, 5 Jan 2004, EXT-Reimer, Jim D wrote:

> > 
> > I can't find the reference right now, but I think step 3 
> > should actually be 'make install' if you want to get a 
> > compressed kernel image and System.map file moved to either / 
> > or /boot (if you have edited the Makefile to install to 
> > /boot).  If I am wrong, someone please correct me.
> > 
> 
> Here's an "overviewish" page covering the process:
> http://kerneltrap.org/node/view/799
> 
Great link - thanks for providing it.  It's got just about all I need to 
proceed with this.

James
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: 2.6.0 kernel compile overview
@ 2004-01-05 19:39 EXT-Reimer, Jim D
  2004-01-05 20:09 ` James Miller
  0 siblings, 1 reply; 8+ messages in thread
From: EXT-Reimer, Jim D @ 2004-01-05 19:39 UTC (permalink / raw)
  To: linux-newbie

> 
> I can't find the reference right now, but I think step 3 
> should actually be 'make install' if you want to get a 
> compressed kernel image and System.map file moved to either / 
> or /boot (if you have edited the Makefile to install to 
> /boot).  If I am wrong, someone please correct me.
> 

Here's an "overviewish" page covering the process:
http://kerneltrap.org/node/view/799

-jdr-
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.0 kernel compile overview
  2004-01-05 17:21 ` joy
@ 2004-01-05 18:16   ` Theo. Sean Schulze
  0 siblings, 0 replies; 8+ messages in thread
From: Theo. Sean Schulze @ 2004-01-05 18:16 UTC (permalink / raw)
  To: linux-newbie

On Mon, Jan 05, 2004 at 10:51:23PM +0530, joy hunted and pecked out:
> James Miller wrote:
> 
[James Miller's request for info on compiling a 2.6.x kernel snipped.]
> > 
> >
> There isn't much of a difference actually, the only major difference (to 
> us end users ;)
> is that the compilation looks cleaner.
> also, now there are fewer steps to follow (thank god)
> 1. make mrproper
> 2. make menuconfig
>    here you can load the config file created and add the rest of the 
> necessary options.
> 3. make
>    this takes care of even generating the bzImage (hooray!)
> 4. make modules
> 5. make modules_install (which I had forgotten and asked on this list today)
> so all you have to do is copy the image to your /boot, run lilo (after 
> editing lilo.conf, obviously) and you are done!
> 
I can't find the reference right now, but I think step 3 should actually be 'make install' if you want to get a compressed kernel image and System.map file moved to either / or /boot (if you have edited the Makefile to install to /boot).  If I am wrong, someone please correct me.

Cheers,
Sean
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs

-- 
Theo. Sean Schulze
tschulze@teamfinders.org
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.0 kernel compile overview
  2004-01-05 15:13 James Miller
  2004-01-05 15:43 ` James Miller
@ 2004-01-05 17:21 ` joy
  2004-01-05 18:16   ` Theo. Sean Schulze
  2004-01-05 21:36 ` James Turnbull
  2 siblings, 1 reply; 8+ messages in thread
From: joy @ 2004-01-05 17:21 UTC (permalink / raw)
  To: James Miller; +Cc: linux-newbie

James Miller wrote:

>A precocious 16 year old "Linux guru" friend (I taught him the basics
>about a year ago, now he knows about 3x more than I do) recently set up a
>new laptop for me with Gentoo and the 2.6.x kernel.  Despite the obvious
>genius displayed in this endeavor, he forgot (as adolescents are prone to
>do) to implement some fairly basic features in the kernel: namely the
>system speaker and wireless networking.  This leaves me the task of
>getting those things operational myself, which means recompiling the
>kernel.  I've not done much kernel compiling - once or twice, if memory
>serves - and all documentation I have refers to 2.4.x kernels and earlier.  
>I just did a quick 'net search and couldn't find anything specific on
>2.6.x kernel compiling.  At the same time, I have understood from the
>friend that 2.6.x kernel compiling differs somewhat.  So, can anyone
>direct me to any sources on 2.6.x kernel compiling?  I have an overall
>grasp of the earlier kernel compiling process, so I'm mainly interested in
>how compiling the newer kernel differs.  I generated a .config file for
>the current kernel using instructions provided by the friend in question,
>and of course have the kernel source on the system.  So, pointers to any
>overviewish documentation specific to 2.6.x kernel compiling would be
>appreciated, as would general remarks on how compiling differs with the
>2.6.x kernel from compiling earlier kernels.
>
>Thanks, James
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
>
>  
>
There isn't much of a difference actually, the only major difference (to 
us end users ;)
is that the compilation looks cleaner.
also, now there are fewer steps to follow (thank god)
1. make mrproper
2. make menuconfig
    here you can load the config file created and add the rest of the 
necessary options.
3. make
    this takes care of even generating the bzImage (hooray!)
4. make modules
5. make modules_install (which I had forgotten and asked on this list today)
so all you have to do is copy the image to your /boot, run lilo (after 
editing lilo.conf, obviously) and you are done!


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.0 kernel compile overview
  2004-01-05 15:13 James Miller
@ 2004-01-05 15:43 ` James Miller
  2004-01-05 17:21 ` joy
  2004-01-05 21:36 ` James Turnbull
  2 siblings, 0 replies; 8+ messages in thread
From: James Miller @ 2004-01-05 15:43 UTC (permalink / raw)
  To: linux-newbie

In case anyone should get any ideas about going to the "source" for the
sort of information I hope to find: I've just been to
www.kernel.org/pub/linux/kernel/v2.6 and there is, indeed, a README-2.6
file there.  If one would expect to find the sort of information I need,
one would think that, of all places, it should be here.  Unfortunately, it
is a zero byte file.  It doesn't contain any text.  All focus on
development here, it seems clear, with explication only following as an
afterthought.

James

PS Nothing on the system under /usr/src/linux or
/usr/src/linux/Documentation seems very relevant, either.

On Mon, 5 Jan 2004, James Miller wrote:

> A precocious 16 year old "Linux guru" friend (I taught him the basics
> about a year ago, now he knows about 3x more than I do) recently set up a
> new laptop for me with Gentoo and the 2.6.x kernel.  Despite the obvious
> genius displayed in this endeavor, he forgot (as adolescents are prone to
> do) to implement some fairly basic features in the kernel: namely the
> system speaker and wireless networking.  This leaves me the task of
> getting those things operational myself, which means recompiling the
> kernel.  I've not done much kernel compiling - once or twice, if memory
> serves - and all documentation I have refers to 2.4.x kernels and earlier.  
> I just did a quick 'net search and couldn't find anything specific on
> 2.6.x kernel compiling.  At the same time, I have understood from the
> friend that 2.6.x kernel compiling differs somewhat.  So, can anyone
> direct me to any sources on 2.6.x kernel compiling?  I have an overall
> grasp of the earlier kernel compiling process, so I'm mainly interested in
> how compiling the newer kernel differs.  I generated a .config file for
> the current kernel using instructions provided by the friend in question,
> and of course have the kernel source on the system.  So, pointers to any
> overviewish documentation specific to 2.6.x kernel compiling would be
> appreciated, as would general remarks on how compiling differs with the
> 2.6.x kernel from compiling earlier kernels.
> 
> Thanks, James
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* 2.6.0 kernel compile overview
@ 2004-01-05 15:13 James Miller
  2004-01-05 15:43 ` James Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: James Miller @ 2004-01-05 15:13 UTC (permalink / raw)
  To: linux-newbie

A precocious 16 year old "Linux guru" friend (I taught him the basics
about a year ago, now he knows about 3x more than I do) recently set up a
new laptop for me with Gentoo and the 2.6.x kernel.  Despite the obvious
genius displayed in this endeavor, he forgot (as adolescents are prone to
do) to implement some fairly basic features in the kernel: namely the
system speaker and wireless networking.  This leaves me the task of
getting those things operational myself, which means recompiling the
kernel.  I've not done much kernel compiling - once or twice, if memory
serves - and all documentation I have refers to 2.4.x kernels and earlier.  
I just did a quick 'net search and couldn't find anything specific on
2.6.x kernel compiling.  At the same time, I have understood from the
friend that 2.6.x kernel compiling differs somewhat.  So, can anyone
direct me to any sources on 2.6.x kernel compiling?  I have an overall
grasp of the earlier kernel compiling process, so I'm mainly interested in
how compiling the newer kernel differs.  I generated a .config file for
the current kernel using instructions provided by the friend in question,
and of course have the kernel source on the system.  So, pointers to any
overviewish documentation specific to 2.6.x kernel compiling would be
appreciated, as would general remarks on how compiling differs with the
2.6.x kernel from compiling earlier kernels.

Thanks, James
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-01-05 21:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 21:45 2.6.0 kernel compile overview chakkerz
  -- strict thread matches above, loose matches on Subject: below --
2004-01-05 19:39 EXT-Reimer, Jim D
2004-01-05 20:09 ` James Miller
2004-01-05 15:13 James Miller
2004-01-05 15:43 ` James Miller
2004-01-05 17:21 ` joy
2004-01-05 18:16   ` Theo. Sean Schulze
2004-01-05 21:36 ` James Turnbull

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.