Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to patch kernel sources???

0 views
Skip to first unread message

Rolf Hartmann

unread,
Sep 29, 2001, 6:17:07 PM9/29/01
to
hi,

i have to patch my 2.4.9 kernel with the abi-sources i downloaded a file
called "abi-2.4.9.diff" or so. but i dont know how to patch my kernel
sources now. :-(


please help
thx in advance!!!!!!!!!!
rolf


Matthew Paterson

unread,
Sep 29, 2001, 6:55:01 PM9/29/01
to
Rolf Hartmann wrote:

read the documentation, thats what its there for.

/usr/src/linux/Documentation/

--
Matt

Fear of a flat planet

Matthew Paterson

unread,
Sep 29, 2001, 6:58:04 PM9/29/01
to
<posted & mailed>

Matthew Paterson wrote:

or gzip -cd xxx.gz | patch -p0

Rolf Hartmann

unread,
Sep 29, 2001, 7:34:58 PM9/29/01
to
its a diff file!!!! gzip wont work

"Matthew Paterson" <mat...@paterson0606.fsnet.co.uk> schrieb im Newsbeitrag
news:9p5jjk$gldbt$2...@ID-74030.news.dfncis.de...

Joachim Feise

unread,
Sep 29, 2001, 7:41:40 PM9/29/01
to
Read
man patch

-Joe

KJ

unread,
Sep 30, 2001, 2:41:39 AM9/30/01
to
On Sun, 30 Sep 2001 00:17:07 +0200, "Rolf Hartmann"
<ma...@praxishartmann.de> wrote:

>hi,
>
>i have to patch my 2.4.9 kernel with the abi-sources i downloaded a file
>called "abi-2.4.9.diff" or so. but i dont know how to patch my kernel
>sources now. :-(
>

cat /path/to/patch.diff | patch -p1

0 new messages