Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 548 Bytes

pokemon-kernel-device

A fake kernel software device which prints out the pokemon theme song when opened

To Install

To download, git clone this repository, then run make install and input your password if requested. After installing, you can also run make clean on the working directory to remove the extra files made during compilation.

Once installed, you should be able to read the pokemon theme song in real time from /dev/pokemon.

To Uninstall

To uninstall, just run make uninstall, and input your password if requested.