* Pete Jonson (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
Perfectly normal and is what you should be seeing. > (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. An answer to what exactly? If you wondering how you can tell if you're running the 32-bit vs 64-bit kernel, then all you need do is: glagasse at shire:~$ isainfo -v 64-bit amd64 applications sse4.1 ssse3 cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu 32-bit i386 applications sse4.1 ssse3 ahf cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu This output tells me that my running kernel supports 64-bit and 32-bit applications (which means I'm booted under the 64-bit kernel). Cheers, -- Glenn