A simple interrupt is configured and serviced.
*	A Programmable Interrupt Timer (PIT) is initialized for a 1 second timeout.
*	At PIT's timeout, an interrupt is taken.
*	The interrupt handler toggles an output (to an LED).
