* Dumb Question
@ 2006-08-11 3:54 Marc Perkel
2006-08-11 4:07 ` Josef Sipek
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Marc Perkel @ 2006-08-11 3:54 UTC (permalink / raw)
To: linux-kernel
OK - so if I want to download the latest kerkel and compile it - what
files do I need to download and how do I apply the patch?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 3:54 Dumb Question Marc Perkel
@ 2006-08-11 4:07 ` Josef Sipek
2006-08-11 5:19 ` Marc Perkel
2006-08-11 10:04 ` Jesper Juhl
2 siblings, 0 replies; 8+ messages in thread
From: Josef Sipek @ 2006-08-11 4:07 UTC (permalink / raw)
To: Marc Perkel; +Cc: linux-kernel
On Thu, Aug 10, 2006 at 08:54:50PM -0700, Marc Perkel wrote:
> OK - so if I want to download the latest kerkel and compile it - what
> files do I need to download and how do I apply the patch?
I'd suggest starting over at kernelnewbies [1]. They have a lot of how to
get started info.
Josef "Jeff" Sipek.
[1] kernelnewbies.org
--
NT is to UNIX what a doughnut is to a particle accelerator.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 3:54 Dumb Question Marc Perkel
2006-08-11 4:07 ` Josef Sipek
@ 2006-08-11 5:19 ` Marc Perkel
2006-08-11 6:02 ` Jan Engelhardt
2006-08-11 10:04 ` Jesper Juhl
2 siblings, 1 reply; 8+ messages in thread
From: Marc Perkel @ 2006-08-11 5:19 UTC (permalink / raw)
To: linux-kernel
Marc Perkel wrote:
> OK - so if I want to download the latest kerkel and compile it - what
> files do I need to download and how do I apply the patch?
>
I figured it out - however - the files to download to compile the kernel
should be accessible from the front page of the web site.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 5:19 ` Marc Perkel
@ 2006-08-11 6:02 ` Jan Engelhardt
[not found] ` <44DC1E21.1020805@perkel.com>
0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2006-08-11 6:02 UTC (permalink / raw)
To: Marc Perkel; +Cc: linux-kernel
>> OK - so if I want to download the latest kerkel and compile it - what
>> files do I need to download and how do I apply the patch?
>
> I figured it out - however - the files to download to compile the kernel should
> be accessible from the front page of the web site.
They are - http://kernel.org/ right on the front. (Click either 2.6.17.8 or
"F", depending on what you need).
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
[not found] ` <44DC1E21.1020805@perkel.com>
@ 2006-08-11 7:19 ` Jan Engelhardt
2006-08-11 10:10 ` Jiri Slaby
0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2006-08-11 7:19 UTC (permalink / raw)
To: Marc Perkel; +Cc: linux-kernel
>>> I figured it out - however - the files to download to compile the
>>> kernel should be accessible from the front page of the web site.
>>
>> They are - http://kernel.org/ right on the front. (Click either 2.6.17.8
>> or "F", depending on what you need).
>>
>
> But that doesn't let me compile 2.6.18.
Get a compiler? (And the "F" file.)
> And the patch can't be applied to the 2.6.17.8 kernel.
No, but to the 2.6.17 one. If you want 17.7->17.8, you need the incr one.
Well, which is missing from the frontpage, right.
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 3:54 Dumb Question Marc Perkel
2006-08-11 4:07 ` Josef Sipek
2006-08-11 5:19 ` Marc Perkel
@ 2006-08-11 10:04 ` Jesper Juhl
2006-08-11 14:17 ` Randy.Dunlap
2 siblings, 1 reply; 8+ messages in thread
From: Jesper Juhl @ 2006-08-11 10:04 UTC (permalink / raw)
To: Marc Perkel; +Cc: linux-kernel
On 11/08/06, Marc Perkel <marc@perkel.com> wrote:
[...]
> and how do I apply the patch?
Please read Documentation/applying-patches.txt in the kernel source
dir after extracting the tarball.
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 7:19 ` Jan Engelhardt
@ 2006-08-11 10:10 ` Jiri Slaby
0 siblings, 0 replies; 8+ messages in thread
From: Jiri Slaby @ 2006-08-11 10:10 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Marc Perkel, linux-kernel
Jan Engelhardt wrote:
>>>> I figured it out - however - the files to download to compile the
>>>> kernel should be accessible from the front page of the web site.
>>> They are - http://kernel.org/ right on the front. (Click either 2.6.17.8
>>> or "F", depending on what you need).
>>>
>> But that doesn't let me compile 2.6.18.
Nothing on the world let you compile 2.6.18, it wasn't released yet ;).
> Get a compiler? (And the "F" file.)
>
>> And the patch can't be applied to the 2.6.17.8 kernel.
See
Documentation/applying-patches.txt
in linux source directory (and other userful docs there -- 00-INDEX and HOWTO as
a beginning)
regards.
--
<a href="http://www.fi.muni.cz/~xslaby/">Jiri Slaby</a>
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Dumb Question
2006-08-11 10:04 ` Jesper Juhl
@ 2006-08-11 14:17 ` Randy.Dunlap
0 siblings, 0 replies; 8+ messages in thread
From: Randy.Dunlap @ 2006-08-11 14:17 UTC (permalink / raw)
To: Jesper Juhl; +Cc: Marc Perkel, linux-kernel
On Fri, 11 Aug 2006 12:04:18 +0200 Jesper Juhl wrote:
> On 11/08/06, Marc Perkel <marc@perkel.com> wrote:
> [...]
> > and how do I apply the patch?
>
> Please read Documentation/applying-patches.txt in the kernel source
> dir after extracting the tarball.
For a non-web interface, you can use 'ketchup'.
See http://www.selenic.com/ketchup/wiki/
---
~Randy
PS: clearly for Mark (not Jesper)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-08-11 14:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-11 3:54 Dumb Question Marc Perkel
2006-08-11 4:07 ` Josef Sipek
2006-08-11 5:19 ` Marc Perkel
2006-08-11 6:02 ` Jan Engelhardt
[not found] ` <44DC1E21.1020805@perkel.com>
2006-08-11 7:19 ` Jan Engelhardt
2006-08-11 10:10 ` Jiri Slaby
2006-08-11 10:04 ` Jesper Juhl
2006-08-11 14:17 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox