Linux to Solaris development?

Rob Wehrli plug-devel@lists.PLUG.phoenix.az.us
Tue Feb 12 22:30:02 2002


Alan,

C code is C code.  You only need create a driver for the SCSI peripheral if
the default devices are not sufficient for your needs.  Obviously, the
kernel functions used in the low-level driver code are going to be platform
dependent, but everything above it should be independent code.  The only
"weirdness" that can reasonably happen is related to the endianness
differences between the Solaris and x86 architectures.  If  you start your
application knowing this, you shouldn't have any problems.

Take Care.

Rob!