On Fri, Feb 07, 2003 at 03:35:15PM +0200, Andrey Simonenko wrote the words in effect
of:
> On Thu, Feb 06, 2003 at 10:50:28AM -0800, Julian Elischer wrote:
> In this case, as I understand, I need to modify some parts of the kernel.
> What is IP ?
I think Julian meant IPI (Inter-Processor Interrupt), basically, a way
of communicating with other CPUs in an x86 SMP system. They allow you
to 'interrupt any other processor or set of processors' [1] -- This
guide should give you a lot of valuable information regarding IPIs and
basic SMP stuff. More details on SMP can be found in [2] for x86s.
Cheers.
[1] - IA-32 Intel(R) Architecture Software Developer's Manual
Volume 3: System Programming Guide. Available from:
http://developer.intel.com/
[2] - Intel(R) MultiProcessor Specification. Available from:
http://developer.intel.com/
--
Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED])
http://www.unixdaemons.com/~hiten/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message