Creation of special file

Please help.

I have non-commercial QNX-6.2 for evaluation purposes.
How do I create special device file with particular major and minor
numbers? mknod command just doesn’t exist, so what is the way?

benigor@netscape.net sed in <3D78130C.7060409@netscape.net>

How do I create special device file with particular major and minor
numbers? mknod command just doesn’t exist, so what is the way?
You don’t.

What purpose do you need to make special files explicitly?

kabe

kabe@sra-tohoku.co.jp wrote:

benigor@netscape.net > sed in <> 3D78130C.7060409@netscape.net

How do I create special device file with particular major and minor
numbers? mknod command just doesn’t exist, so what is the way?

You don’t.
What purpose do you need to make special files explicitly?

I just try to write resource manager for some device (actually for
reflective memory card), but all samples in documentation are
attaching to already existing devices (special files in /dev).
So what is the right way?