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

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -