Class Summary |
AddrSpace |
This class manages "address spaces", which are the contexts in which
user programs execute. |
ExceptionHandler |
An ExceptionHandler object provides an entry point to the operating system
kernel, which can be called by the machine when an exception occurs during
execution in user mode. |
NoffHeader |
A NoffHeader object is the kernel representation of the header
portion of a NOFF executable file. |
NoffHeader.NoffSegment |
A NoffSegment object contains information about one segment of a
NOFF executable file. |
Syscall |
Nachos system call interface. |
UserThread |
A UserThread is a NachosThread extended with the capability of
executing user code. |