... After reading the code you may wish to compile and run the program
under the debugger to further your understanding. For the first
assignment this can be accomplished by the following commands:
the following commands should read,
cd code/threads
gmake depend
gmake
gdb nachos
run -threadtest
instead of
cd code/hw1
sorry about that. thanks to a couple students who brought this to my
attention.
Andy