Skip to content

Hello world device driver written in C. The project documents the first steps in learning about device drivers for Linux

License

Notifications You must be signed in to change notification settings

pat8901/Hello-World-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a hello world device driver written in C.

The goal of this project to take the first steps in learning about how device drivers work in linux.

Commands to know:

	(list loaded drivers)
	lsmod

	(list a specific driver, if found)
	lsmod | grep "driver_name"

	(insert a driver)
	insmod "driver_name"

	(print kernel messages found at the end)
	dmesg | tail

	(remove a driver)
	rmmod "driver_name"

About

Hello world device driver written in C. The project documents the first steps in learning about device drivers for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published