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

c# - Reactive Extensions ControlScheduler -

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

javascript - Enable/Disable form elements and changing the values of button at a time? -