All of lore.kernel.org
 help / color / mirror / Atom feed
* howt o remake the kernel
@ 2004-11-12 18:17 M. A. Imam
  2004-11-12 19:16 ` Ed Schouten
  0 siblings, 1 reply; 4+ messages in thread
From: M. A. Imam @ 2004-11-12 18:17 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am new to linux. i am working on my thesis... i have made some changes to 
net/ipv4/tcp.c now i need to remake my kernel. right?

what steps should i follow to make my kernel as quickly as possible.

thanks...

Imam


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

* Re: howt o remake the kernel
  2004-11-12 18:17 howt o remake the kernel M. A. Imam
@ 2004-11-12 19:16 ` Ed Schouten
  0 siblings, 0 replies; 4+ messages in thread
From: Ed Schouten @ 2004-11-12 19:16 UTC (permalink / raw)
  To: M. A. Imam; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

Hello Imam,

On Fri 12 Nov 2004 12:17 PM, M. A. Imam wrote:
> I am new to linux. i am working on my thesis... i have made some changes to 
> net/ipv4/tcp.c now i need to remake my kernel. right?

If you are running Linux 2.6, you only need to run `make` again. The Linux
build-script will detect the changes, because of a changed timestamp.

Yours,
-- 
 Ed Schouten <ed@il.fontys.nl>
 Website: http://g-rave.nl/
 GPG key: finger ed@il.fontys.nl

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* RE: howt o remake the kernel
@ 2004-11-12 20:23 M. A. Imam
  2004-11-12 21:14 ` Stuart Longland
  0 siblings, 1 reply; 4+ messages in thread
From: M. A. Imam @ 2004-11-12 20:23 UTC (permalink / raw)
  To: Ed Schouten; +Cc: Linux Kernel Mailing List

Thanks alot... but i have linux 2.4 would that work? and at what directory 
level should i run 'make'

Thanks again.

Imam
>===== Original Message From Ed Schouten <ed@il.fontys.nl> =====
>Hello Imam,
>
>On Fri 12 Nov 2004 12:17 PM, M. A. Imam wrote:
>> I am new to linux. i am working on my thesis... i have made some changes to
>> net/ipv4/tcp.c now i need to remake my kernel. right?
>
>If you are running Linux 2.6, you only need to run `make` again. The Linux
>build-script will detect the changes, because of a changed timestamp.
>
>Yours,
>--
> Ed Schouten <ed@il.fontys.nl>
> Website: http://g-rave.nl/
> GPG key: finger ed@il.fontys.nl
>
>--K8nIJk4ghYZn606h
>Content-Type: application/pgp-signature
>Content-Disposition: inline
>
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.6 (GNU/Linux)
>
>iD8DBQFBlQwIyx16ydahrz4RAhEFAKDKXO8m8Aprh+Oqv9h0yOSpN2GfKQCgi5oV
>Hk1NKIBo1auckHICXe687iQ7nT
>-----END PGP SIGNATURE-----
>
>--K8nIJk4ghYZn606h--


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

* Re: howt o remake the kernel
  2004-11-12 20:23 M. A. Imam
@ 2004-11-12 21:14 ` Stuart Longland
  0 siblings, 0 replies; 4+ messages in thread
From: Stuart Longland @ 2004-11-12 21:14 UTC (permalink / raw)
  To: M. A. Imam; +Cc: Ed Schouten, Linux Kernel Mailing List

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

M. A. Imam wrote:
> Thanks alot... but i have linux 2.4 would that work? and at what
directory
> level should i run 'make'
>
> Thanks again.

Normally the process is you run 'make' from the root of the kernel
source tree.

The exact process you use to process a working binary depends on the
architecture you're running.  On my main box here (Dual PIII 1GHz), I
use something like:

$ make -j8 bzImage modules

When cross-compilling a kernel for my SGI Indy, I use:
$ make -j8 vmlinux modules CROSS_COMPILE=mips-unknown-linux-gnu-

Similar for my Gateway Microserver (rebadged Cobalt Qube 2):
$ make -j8 vmlinux modules CROSS_COMPILE=mipsel-unknown-linux-gnu-

To the others: What's happening with the Kernel HOWTO?  That guide
covered a lot about how to do this...?

Also, remember that you can use the -C argument to make, to tell it to
change directories first... e.g. 'make -C /path/to/kernel/source' will
do what you want without having to manually 'cd' first.
- --
+-------------------------------------------------------------+
| Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org |
| Atomic Linux Project     -oOo-    http://atomicl.berlios.de |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| I haven't lost my mind - it's backed up on a tape somewhere |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBlSevuarJ1mMmSrkRAoFXAJwLO8uvfzds7ClcAzyrzUIwF8P1bwCfXG01
XDUlXzPr723W7RO3C0+soNs=
=gQcS
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2004-11-12 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-12 18:17 howt o remake the kernel M. A. Imam
2004-11-12 19:16 ` Ed Schouten
  -- strict thread matches above, loose matches on Subject: below --
2004-11-12 20:23 M. A. Imam
2004-11-12 21:14 ` Stuart Longland

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.