Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 240 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 240 Bytes

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