Linux Device Driver


Project Overview

For this project, I coded a simple character device driver module and test application for the Linux operating system.

Learning Outcomes

This project helped me get familiar with Linux Modules and Linux Device Drivers. I learned how to code a LKM, how to install it, and how to run it. Once I was able to to this, I learned how to write a module that enables the installation of a Linux device driver.

Project Repo: https://github.com/Novota15/Linux-Device-Driver

Top