Skip to content

alexeyneu/driver-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install source tree (cd /usr , make src-create-shallow or make src-create)

then cd to repo dir and run make

you'll have flare.ko
load:
kldload ./flare.ko
unload:
kldunload flare
use:

echo anyth >/dev/echo
cp /dev/echo /dev/stdout

to check out poll:
first build app that makes it

c++ vegabond.cpp -o t

./t

bsd sample ported. make_dev dragonfly manpage has some info
https://github.com/thesjg/SJG-DragonFly-BSD-SoC/wiki/Locking-strategy

https://www.usenix.org/legacy/events/usenix01/freenix01/full_papers/lemon/lemon.pdf

About

dragonflyos character device driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published