F1 - Contributing to Open Source Software 🤝

You will receive a specification and tests created per F0 by one of your colleagues.

You must implement the character device from spec as a Linux kernel module.

Your colleague’s tests will pass when run against your implementation.

Outcomes:

What to submit:

Procedure:

  1. Locate and examine your assigned spec, tests, and makefile.
  2. Carefully review the spec and examine each of the test cases.
  3. Using the now thoroughly reviewed spec, implement the character device it describes.
  4. Create 5 new tests

Submission Guidelines