Skip to content
/ devtilde Public

/dev/tilde: A Linux kernel module that writes the tilde character (`~`).

License

Notifications You must be signed in to change notification settings

fauxm/devtilde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/dev/tilde v ~.2

A Linux kernel module that makes a character device that writes ~. It also makes a /dev/widetilde that prints .

Building:

Make sure you have kernel headers and shit installed and then just make. make clean cleans the stuff.

Installation:

insmod ./devtilde.ko. dmesg should show a message: ~: Module loaded successfully~!

udev rule:

I've included a udev rule that sets the permissions of /dev/tilde to 0444. You can toss it in /etc/udev/rules.d if you want to.

About

/dev/tilde: A Linux kernel module that writes the tilde character (`~`).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published