To get started, you should set UPDATE_METHOD in config.mk to either "afs"
or "web" and then run ./get_started.pl

Once the script completes, you should find yourself with the complete handout.
The complete handout should contain 4 primary directories - user, kern,
410user, and 410kern. The user and 410user directory contain user level code
and the kern and 410kern contain kernel level code. You may NOT modify any
files in 410user or 410kern. You may, however, change or add any files you like
in the user and kern (with the exception of the Makefiles which you may NOT
change). You may also edit config.mk in the project root directory.

The code as provide should compile into a simple kernel that solely prints a
greeting.
