Difference between revisions of "Assignment: Basic Networking - Ping"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
− | + | ||
+ | |||
== ICMP Application - Ping == | == ICMP Application - Ping == |
Revision as of 16:51, 26 March 2009
Contents
Networking
This assignment is a Xinu assignment allowing the student to more firmly understand how an operating system works. This assignment is part of the Student Built Xinu track for professors that are Teaching With Xinu. The entire working directory containing your Xinu operating system will be submission for this assignment.
Preparation
First, make a fresh copy of your work thus far.
cp -R <old Xinu directory> <new Xinu directory>
Untar the new project files on top of this new directory:
tar xvzf <tar-ball directory>
You should now see the new project files in with your old files. Be certain to make clean
before compiling for the first time.