A6 - Implement a spec 🫠

You will practice developing a character driver and writing specifications and testing code for it.

You will follow the steps taken in class to develop a specification, tests, and a character driver, and your driver will behave similarly to what was shown in class, but with a small twist: your character driver should reverse the string between when it receives it and when the user asks for it back. The lseek and ioctl operations should work identically.

Outcomes:

Procedure:

What to submit: