tac0S
Template Affectional Command Operating System
switch.h File Reference
#include "copyright.h"

Go to the source code of this file.

Detailed Description

Definitions needed for implementing context switching.

Context switching is inherently machine dependent, since the registers to be saved, how to set up an initial call frame, etc, are all specific to a processor architecture.

This file currently supports the DEC MIPS and SUN SPARC architectures.