• Process state • Program counter (PC) & the other CPU registers – PC: the address of the next instruction – The other registers: depending on the processor architecture • Accumulators, index registers, stack pointers, general purpose registers… – Must be saved when an interrupt occurs • CPU scheduling information – Priority, pointers to scheduling queues, other scheduling parameters…