Sunny Idea

SunnyIdea: 苗涛和邹丽娜 个人Blog

« [转]游徐州记[转]中国农民贫困的真正原因 »

Using Ubuntu With Full AMD64 bit support




I have got this AMD AM2 64bit computer for three weeks.  But Currently have no Windows XP that support 64 bit computer. For useing full power of this computer, I use Ubuntu 7.04 for 64bit, That works well. only got some trouble for install skype, skype have no version supporting 64bit computer.

To make sure I'm in 64bit support, I write a C code and run on this computer with only one line in the main function: printf("Size of long%d\n", sizeof(long)), the result is 8, that means I'm useing 64bit OS now.
  • quote 1.苗涛


  • 在32位机器上
    sizeof(long)=4
    sizeof(long long)=8
    sizeof(double)=8
    sizeof(long double)=12

    在64位上
    sizeof(long)=8
    sizeof(long long)=8
    sizeof(double)=8
    sizeof(long double)=16
  • 2007-9-16 9:52:07 回复该留言

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表

Powered By Z-Blog 1.7 Laputa Build 70216

SunnyIdea 苗涛和邹丽娜 个人空间 苏ICP备07011602号