ldd3-samples icon indicating copy to clipboard operation
ldd3-samples copied to clipboard

Sample code from Linux Device Drivers, 3rd Edition (O'Reilly 2005)

Results 2 ldd3-samples issues
Sort by recently updated
recently updated
newest added

Hi @mharsch, thanks for sharing this. I started with some additional changes for more recent kernels, see https://github.com/cu-ecen-5013/ldd3-samples/tree/update-to-4-18-all, however I noticed https://github.com/martinezjavier/ldd3 is a bit further along in the work...

Parallel port write fails occasionally, succeeds always on next write. root@debian1:/ldd3-samples/short# echo -n "0" > /dev/short0 bash: echo: write error: Operation not permitted root@debian1:/ldd3-samples/short# echo -n "0" > /dev/short0 root@debian1:/ldd3-samples/short#...