CBKADAL
OSP Weekly Assignments
C. BinKadal --- Sendirian, Berhad.


SP Week 10 Assignment #4: Linux Kernel Modules

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

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




© 2024-2024 --- C. BinKadal --- Revision: 0056---24-Jul-2024.