[Info-vax] TUN/TAP Like driver any pointers ?

Michael Moroney moroney at world.std.spaamtrap.com
Mon Sep 9 17:38:37 EDT 2019


Linux drivers are quite different from VMS, often they run in user mode.

VMS drivers can be quite complex.

I'd suspect the "easiest" way to implement something like this is to
implement most of the code as an ACP so it has process context where needed,
and a base pseudo-device driver which calls into it.  Writing ACP code is also
poorly documented and I think was generally discouraged.



More information about the Info-vax mailing list