Device Drivers in Xenix

Nick Vasilatos nick at harvard.UUCP
Wed Apr 2 14:58:59 AEST 1986


>> I am trying to write a device driver for SCO's Xenix SYSTEM V release 2

> Assorted lore -- ammended

	Copyseg in reality takes far pointers, correct invocation would be
	more along the lines of:

 		copyseg((faddr_t) source, (faddr_t) dest, (unsigned) cnt);

	where a faddr_t is a char far * (typedef in <sys/types.h>).



More information about the Comp.unix.wizards mailing list