Nachos How To Trace An Execution Path?

There are at least three techniques to track down the execution of a program: (1) Include printf (or fprintf) instructions in the code, (2) debug the program using the gdb debugger or another debugger of your choosing, and (3) invoke the DEBUG function that Nachos has provided to aid in debugging.

Leave a Reply

Your email address will not be published. Required fields are marked *