Solved How to create device files in /dev?

I want to create devices files in /dev to communicate with a kernel driver I have written.

In GNU/Linux, NetBSD and OpenBSD I can use mknod to create them with the major and minor numbers.

FreeBSD uses devd(8) and devfs(8) instead of mknod.

How I create files in /dev to communicate with drivers?.

I have searched a lot on Google and in the handbook but I don't find the answer.

( My mother tongue is not English, it is Spanish so forgive me if I write bad but I attempt to write the better I can so correct me if there are errors).
 
Back
Top