Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Linux character device driver example

How to use

  • Build the module in vm
$ vagrant up
$ vagrant ssh # go into vagrant
vagrant~$ cd /vagrant
vagrant~$ make
vagrant~$ make insmod
  • Test and exit vm
$ vagrant halt