Article 5XX6Z Writing a NetBSD kernel module

Writing a NetBSD kernel module

by
Thom Holwerda
from OSnews on (#5XX6Z)

In this post, we'll look at implementing a simple character device driver as a kernel module in NetBSD. Once it is loaded, userspace processes will be able to write an arbitrary byte string to the device, and on every successive read expect a cryptographically-secure pseudorandom permutation of the original byte string.

IF you've always wanted to learn how to write a NetBSD driver, here's a great starting point.

External Content
Source RSS or Atom Feed
Feed Location http://www.osnews.com/files/recent.xml
Feed Title OSnews
Feed Link https://www.osnews.com/
Reply 0 comments