Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 333 Bytes

linux-device-drivers

This repo is dedicated to displaying my development work in Linux device drivers.

Assignment 1 - This is a simple "hello world" linux module. Shows the basics of how you instantiate and remove a linux module from the kernel

Assignment 2 - This is a simple example of a character device driver.