Skip to content
EECS 4340 Final Review

Base-and-bound registers

Tag: base-bound-registers

Aliases: base/bound, base and bound

An early protection mechanism that gives each process a single contiguous physical region described by two privileged registers (base, bound). Each effective address is translated as PA = EA + base and trapped if PA >= bound.

Lecture references