CS 452/652 Winter 2026 - Lecture 6

Context-Switch and System Call

Jan 22, 2026 prev next

AEM - AArch64 Exception Model

Context Switch

Kernel Design

Exception Vector

System Call

System Call Parameters

Task State

Task Creation

Kernel Initialization

Additional Information

An earlier context-switch document by Bill Cowan is available here. This is certainly not the only way to write a context switch and I do not necessarily recommend (or not recommend) this particular approach, but I figure every bit of information can help.