DragonFly BSD
DragonFly kernel List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Questions


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxx>
Date: Wed, 12 Jan 2005 18:31:52 +0100

-On [20050112 18:12], Zera William Holladay (zholla1@xxxxxxx) wrote:
>1.  What is the diff between a "trap" and an "interrupt?"  The distinction
>between the two seems blurred at best.

An interrupt is where peripheral devices signal the CPU that data is ready
to be moved to/from memory from/to the device.  The CPU interrupts its
current process scheduling to handle IO.  That explains also why on a LAN
that has a lot of excessive broadcasting traffic a simple NIC can slow down
the entire computer.

I think the trap should be exception.  And those are internal states the CPU
triggers for itself: division by zero, breakpoints, overflow, page fault,
and so on.

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
Free Tibet! http://www.savetibet.org/ | http://ashemedai.deviantart.com/
http://www.tendra.org/   | http://www.in-nomine.org/
Ignorance is the opportunity to learn...



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]