diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-12-19 12:28:26 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-12-19 12:28:26 -0500 |
commit | ac3667c919f950c0fce9fcf2c74a9a3ec29556dd (patch) | |
tree | f26916d3a5b744ec2805c489e777ac677954dffa /README | |
parent | 92439ec77e0a178676773ab0fbda8b87b0c6cd78 (diff) | |
download | uioctl-ac3667c919f950c0fce9fcf2c74a9a3ec29556dd.tar.gz uioctl-ac3667c919f950c0fce9fcf2c74a9a3ec29556dd.zip |
add ref to excellent article
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ BUT WAIT? hexdump -C /dev/uio0 -s 0x ------------------------------------------------------------------------------- +Userspace I/O drivers in a realtime context +https://www.osadl.org/fileadmin/dam/rtlws/12/Koch.pdf + UIO: user-space drivers (2007) https://lwn.net/Articles/232575/ |