Subject: Re: Floating point in the kernel
To: None <cjs@portal.ca>
From: Ken Nakata <kenn@synap.ne.jp>
List: tech-kern
Date: 09/23/1998 09:28:52
On Tue, 22 Sep 1998 10:05:09 -0700 (PDT), Curt Sampson wrote:
> 
> All I was suggesting was a way to give a process as many system
> resources (CPU in the case of this modem) as it needed, within the
> bounds that you could still log in to the system and kill the
> process.

You don't have to log in, do you?  Provided that your kernel has ddb
built in, you can drop into ddb and kill the process even if it's
eating up all the CPU cycles, right?

Ken