On SCO 5.0.7 i link my personal driver with the follow steps:
- mkdir /etc/conf/cf.d/xxxx
- copy of my device driver (Driver.o) under xxxx
- ./configure -j NEXTMAJOR
- ./configure -m $NEXTMAJOR -c -a xxxxopen xxxxclose xxxxinit xxxxioctl
- /etc/mknod /dev/xxxx c $NEXTMAJOR 0
- ./link_unix...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.