From: "José Luis Domingo López" <jdomingo@internautas.org>
To: linux-kernel@vger.kernel.org
Subject: Re: Linux Scheduler and Compilation
Date: Thu, 25 Oct 2001 20:37:43 +0000 [thread overview]
Message-ID: <20011025203743.B504@dardhal.mired.net> (raw)
In-Reply-To: <007501c15d68$94f12c60$8630fdd4@3232424>
In-Reply-To: <007501c15d68$94f12c60$8630fdd4@3232424>
On Thursday, 25 October 2001, at 18:20:25 +0300,
Omer Sever wrote:
> I have a project on Linux CPU Scheduler to make it Fair Share
> Scheduler.I will make some changes on some files such as sched.c vs...I will
> want to see the effect ot the change but recompilation of the kernel takes
> about half an hour on my machine.How can I minimize this time?Which part
> should I necessarily include in my config file for the kernel to minimize
> it?
>
make is your friend: it will only recompile those files that changed from
the last compilation. If you modify some #includes in the code, I believe
you will have to also run "make dep" before, to get dependencies right.
Another approach would be to compile the kernel on another different
machine, should you have one more powerful that the one you expect to try
the kernel on.
--
José Luis Domingo López
Linux Registered User #189436 Debian Linux Woody (P166 64 MB RAM)
jdomingo EN internautas PUNTO org => ¿ Spam ? Atente a las consecuencias
jdomingo AT internautas DOT org => Spam at your own risk
next prev parent reply other threads:[~2001-10-25 18:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-25 15:20 Linux Scheduler and Compilation Omer Sever
2001-10-25 20:37 ` José Luis Domingo López [this message]
2001-10-25 19:06 ` Shaya Potter
2001-10-25 19:16 ` Richard B. Johnson
2001-10-25 23:07 ` george anzinger
2001-10-25 21:48 ` J . A . Magallon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011025203743.B504@dardhal.mired.net \
--to=jdomingo@internautas.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.