3 Nachos Machine

Nachos simulates a real CPU and hardware devices, including interrupts and memory management. The Java package nachos.machine provides these functionalities.

 3.1 Boot process
 3.2 Processor
 3.3 Interrupt management
 3.4 Timer
 3.5 Serial console
 3.6 Network link
 Exercise