Michael M wrote: > On Wed, Jan 21, 2009 at 3:41 PM, Pete Jonson <gentinphilly at gmail.com > <mailto:gentinphilly at gmail.com>> wrote: > > Is that expected? Here's the output of uname -a: > > SunOS opensolaris 5.11 snv_101b i86pc i386 i86pc Solaris > > (fyi, I'm trying to track down a problem booting to the xen kernel, > having trouble after upgrades) > > Thanks for any info, I'm looking around but so far not finding an > answer.
This is expected behavior for both 32-bit and 64-bit systems. If you run isainfo, you'll see "amd64 i386" for a 64-bit system, and just "i386" for 32-bit. This system is NOT, however, booted into XVM; if it were, then you would see "i86xpv" for platform in the uname output, instead of "i86pc." (Or maybe "i86hvm," but I'm not sure, because I've never played with hardware virtualization as opposed to paravirtualization.) --Mark