Glam Prestige Journal

Bright entertainment trends with youth appeal.

I use a x86_64 bit Ubuntu, but whenever I try to do a live boot of any other 64 bit images like the GNOME 3.16 which was released yesterday, it does not work?

Also some times when I try a virtual machine of a 64 bit image, it does not work either.

What is the reason for the same? What is the difference between x86_64 amd64 and 64 bit?

My laptop model is an Hp Pavillion dv4 1506tx. The processor is 2.20 GHz Intel Core 2 Duo Processor T6600

7

3 Answers

This may not solve exact problem, but I'll clarify the difference between x86_64, amd64 and 64-bit.

Every micro-processor implements an instruction set (also called instruction set architecture or ISA in short).

64-bit ISA or 64-bit processor that the length of address bus is 64 bits. Intel/AMD have variable length instructions - they vary from 1byte to 15 bytes. So, instruction length does not determine what type(32/64-bit) processor it is.

x86_64 is name of specific 64-bit ISA. This instruction set was released in 1999 by AMD (Advanced Micro Devices). AMD later rebranded it to amd64.

Other 64-bit ISA different from x86_64 is IA-64 (released by Intel in 1999).

2

Actually... AMD64 is the real 64 bits architecture that AMD created and intel licensed it and uses it even today (just as AMD had the license to use x86 on the 32 bit CPUs). x86_64 far as i know is nothing more than a 32 bit CPU that can address the extra memory that a supposed 64 bit system need (so like a 32 bit system that recognizes and uses more than 4GB of RAM).

3

Will Blow your mind. x86 is real big! core i7 i5 i3 all falls under it.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy