[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: jiffies



On Sat, Feb 26, 2000 at 05:47:29AM +0530, Binand Raj S. wrote:
> > One common technique is to set jiffies to 0xffffffff - 1 hour, when you
> > boot your system. A faulty driver will lock up in an hour.
> 
> How do you do that? set it in the kernel code itself and recompile?

Yes. Changing it dynamically is too dangerous.

	-Arun