I wanted to make a block device (i.e. "/dev/myblkdev") that will use my script to handle the data coming in and out.
I think mknod is where I start, but I don't know where to go from there.
I'm at a loss here. I've seen FUSE, but that's for filesystems, not block devices.
Thanks,
butchie3980