On Thu, 2007-12-20 at 08:10 -0800, Roman Morokutti wrote: > Hi, > > I recently installed 4 GB RAM but only see 3 GB. Maybe this is an > issue of have been loading the 32 bit kernel. I am encountering a > strange problem when I type this command: > > uname -a > > It shows: > > SunOS solar-star 5.11 snv_77 i86pc i386 i86pc > > Should not stand here something with i686 then? Is it somehow possible > to start explicitely a 64 bit kernel? > > Roman > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-discuss mailing list > [email protected]
Use isainfo(1) to see what types of binary are supported by your running kernel. On a 64-bit capable machine (i.e. on that can run both 32-bit and 64-bit applications) you should see amd64 i386 On a 32-bit only system you should see just i386 What does prtdiag(1) say about your banks of RAM? Chris _______________________________________________ opensolaris-discuss mailing list [email protected]
