layout | title |
---|---|
layout |
OSP Weekly Assignments |
- Check TARBALL "Z08-MODULE.tar.xz"
DIR="$HOME/myspwork/WEEK08"
TARBALL="Z08-MODULE.tar.xz"
if [ -f $DIR/$TARBALL ] ; then
tar tvf $DIR/$TARBALL
echo "==== ==== Move \"W08/\" to GitHub repo sharesp241/ ==== ==== ===="
else
echo "==== ==== No TARBALL: $DIR/$TARBALL ==== ==== ===="
fi
- Move the TARBALL folder "W08/" into the GitHub repo "sharesp241/cbkadal/".
- BUT: you are not cbkadal!
- See the "The Linux Kernel Module Programming Guide" and study files "W08-0-README.txt" as well as "hello01.c".
- For this week, try to finish "hello02.c", "hello03a.c", "hello03b.c", and "hello04.c" before 16:00!