Package nachos.userprog

Provides classes that allow Nachos to load and execute single-threaded user programs in separate address spaces.

See:
          Description

Class Summary
SynchConsole Provides a simple, synchronized interface to the machine's console.
UserKernel A kernel that can support multiple user processes.
UserProcess Encapsulates the state of a user process that is not contained in its user thread (or threads).
UThread A UThread is KThread that can execute user program code inside a user process, in addition to Nachos kernel code.
 

Package nachos.userprog Description

Provides classes that allow Nachos to load and execute single-threaded user programs in separate address spaces.