Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.04 KB

S09-03.md

File metadata and controls

31 lines (25 loc) · 1.04 KB
layout title
layout
OSP Weekly Assignments


SP Week 09 Assignment #3: Linux Kernel Modules

  • Check TARBALL "Z09-MODULE.tar.xz"
DIR="$HOME/myspwork/WEEK09"
TARBALL="Z09-MODULE.tar.xz"
if [ -f $DIR/$TARBALL ] ; then
  tar tvf $DIR/$TARBALL
  echo "==== ==== Move \"W09/\" to GitHub repo sharesp241/ ==== ==== ===="
else
  echo "==== ==== No TARBALL: $DIR/$TARBALL ==== ==== ===="
fi

  • Move the TARBALL folder "W09/" into the GitHub repo "sharesp241/cbkadal/W09/"
    • Copy the content of folder "sharesp241/cbkadal/W08/" into "W09/"
    • BUT: you are not cbkadal!
  • See the "The Linux Kernel Module Programming Guide" and study files "W09-0-README.txt".
  • If not yet, you should finish "hello02.c", "hello03a.c", "hello03b.c", and "hello04.c". Then, continue with "hello05.c", "hello06.c", "hello07.c", and "hello08.c" before 16:00!