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
Have you steps for link on SCO 6.0.0? Thank.
Best regards
- 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
Have you steps for link on SCO 6.0.0? Thank.
Best regards