Maximum number of bytes that can be written to character driver in Linux -


Character drivers can be written in Linux, what is the maximum number of bytes?

Experimental, I got a number of 32,500 bytes. If I try to write more then my device driver dies.

I am following this tutorial on Characters ()


Comments

Popular posts from this blog

javascript - How to use the code plugin with popcornjs -

python - rpy2 import is not working -

Python, converting png to gif using ImageMagick -