Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is Solaris x86 64-bit aware?

Solaris x86
0
Posted

Is Solaris x86 64-bit aware?

0

Yes. Solaris 10 is 64-bit processor aware. You can run 32- or 64-bit binaries on a 64-bit kernel (but drivers must be 64-bit). Supported CPUs are AMDs Opteron and Athlon 64. Use the isainfo command to display the current kernel’s 32-/64-bit capabilities. To compile 64-bit binaries with GNU gcc, use “gcc -m64” (or add “-m64” to CFLAGS and CXXFLAGS). To compile with Sun Studio http://developers.sun.com/prodtech/cc/ use “-m64” For older versions of Sun Studio, use “-xtarget=generic64” Solaris will also support the new 128-bit ZFS filesystem, which supports 16 million million times the storage of a 64-bit filesystem. Solaris 10 x86 supports EFI labels as well as the new UFS format that allows filesystems over 1 terrabyte. 128-bit ZFS files are still limited to 64-bit access until 128-bit processors and Solaris support are available. However, if Solaris is installed on a 32-bit processor, these filesystem features are not available, due to the underlying Intel chip architecture. However, So

0
10

Yes. Solaris 10 is 64-bit processor aware. You can run 32- or 64-bit binaries on a 64-bit kernel (but drivers must be 64-bit). Supported CPUs are AMDs Opteron and Athlon 64. Use the isainfo command to display the current kernel’s 32-/64-bit capabilities. To compile 64-bit binaries with GNU gcc, use “gcc -m64” (or add “m64” to CFLAGS and CXXFLAGS). To compile with Sun Studio http://developers.sun.com/prodtech/cc/ (formerly Forte) use “-xtarget=generic64” or “-xtarget=opteron -xarch=amd64” Solaris will also support the new 128-bit ZFS filesystem, which supports 16 million million times the storage of a 64-bit filesystem. Solaris 10 x86 supports EFI labels as well as the new UFS format that allows filesystems over 1 terrabyte. 128-bit ZFS files are still limited to 64-bit access until 128-bit processors and Solaris support are available. However, if Solaris is installed on a 32-bit processor, these filesystem features are not available, due to the underlying Intel chip architecture. Howev

0

Yes. Solaris 10 is 64-bit processor aware. It will also support the new 128-bit ZFS filesystem, which supports 16 million million times the storage of a 64-bit filesystem. Solaris 10 x86 supports EFI labels as well as the new UFS format that allows filesystems over 1 terrabyte. 128-bit ZFS files are still limited to 64-bit access until 128-bit processors and Solaris support are available. However, if Solaris is installed on a 32-bit processor, these features are not available, due to the underlying Intel chip architecture. However, Solaris x86 on 32-bit processors still support large files up to 1 Terrabyte for 32-bit processors. In practice, the limit is 860 Gigabytes. For example: $ ls -l /work/BackUp total 13239792 -rw-r–r– 1 root other 6775454208 Dec 11 00:47 csdb_nfs1.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123