32 OS on 64-bit machine

Joshua J. Kugler joshua at eeinternet.com
Thu May 3 19:59:11 EDT 2007


On Thursday 03 May 2007 01:10, SamG wrote:

> If anyone has a x86_64 machine and is running a 32bit OS on top of
> that.... could you tell me what output would you get for the following
> program
> 
> #======================
> import platform
> print platform.processor()
> print platform.architecture()
> #======================
> 
> Thanks in advance
> : )~

>>> import platform
>>> print platform.processor()

>>> print platform.architecture()
('32bit', '')
>>>

$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 44
model name      : AMD Sempron(tm) Processor 3100+
<SNIP>

$ uname -a
Linux djibouti 2.6.15-28-k7 #1 SMP PREEMPT Thu Feb 1 16:36:09 UTC 2007 i686
GNU/Linux



-- 
Joshua Kugler
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

-- 
Posted via a free Usenet account from http://www.teranews.com




More information about the Python-list mailing list