Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This is a very basic circul buffer driver. When you write() to it, it adds bytes
to the buffer and when you read() from it, you read what's in the buffer and
consme it.

Writing example:
# echo "Foo" > /dev/circchar

Reading example:
# cat /dev/circchar
Foo

--
Karim Yaghmour
karim.yaghmour@opersys.com

About

Circular buffer driver

Resources

Stars

13 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages