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 -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -