Go to main content

Oracle® Solaris 64-bit Developer's Guide

Exit Print View

Updated: March 2019
 
 

3.3 Compatibility Between 32-Bit Applications and 64-Bit Applications

The following sections discuss the different levels of compatibility between 32-bit applications and 64-bit applications.

3.3.1 Application Binaries

Existing 32-bit applications can run on either 32-bit or 64-bit operating environments. The only exceptions are those applications that use libkvm, /dev/mem, /dev/kmem, or /proc. For more information, see Getting Past the 4 Gigabyte Barrier.

3.3.2 Application Source Code

Source-level compatibility is maintained for 32-bit applications. For 64-bit applications, the principal changes are with respect to the derived types used in the APIs. Applications that use the derived types and interfaces correctly are source compatible for 32-bit, and make the transition to 64-bit easy.

3.3.3 Device Drivers

Because 32-bit device drivers cannot be used with the 64-bit operating system, these drivers must be recompiled as 64-bit objects. Moreover, the 64-bit drivers must support both 32-bit applications and 64-bit applications. All drivers supplied with the 64-bit operating environment support both 32-bit applications and 64-bit applications. However, there are no changes in the fundamental driver model and the interfaces supported by the DDI. The principal work is to clean up the code to be correct in an LP64 environment. For more information, see Writing Device Drivers for Oracle Solaris 11.3.