Linked by Thom Holwerda on Mon 3rd Mar 2008 23:18 UTC
Intel "Intel announced yesterday that its upcoming low-cost/low-power CPUs code-named Silverthorne and Diamondville will be sold under a single brand once the products launch. The MID-centric product family will hereafter be known as 'Atom'. Consumers are obviously meant to associate the Atom brand with objects of very small size, though Intel "Quark" would have a certain ring to it."
E-mail Print r 2   8 Comment(s)
Order by: Score:
Well...
by 1c3d0g (3.28) on Tue 4th Mar 2008 01:03 UTC
1c3d0g
Member since:
2005-07-06
Fans: 0

...this is nice. Android running on Atom would be spectacular. If they ever designed a compact cellphone with those 2, it would be an instant best-seller. Whoever combines x86-compatibility in a portable format is King. :-)

RE: Well...
by Wes Felter (2.76) on Tue 4th Mar 2008 02:44 UTC in reply to "Well..."
Wes Felter Member since:
2005-11-15
Fans: 1

Atom won't fit in a cell phone and Android doesn't get any advantage from x86 since all the apps are written in Java.

Quark?
by csixty4 (2.6) on Tue 4th Mar 2008 01:09 UTC
csixty4
Member since:
2007-10-08
Fans: 0

Who would want a processor named after a Ferengi?

atom inside - duh
by pixel8r (2.4) on Tue 4th Mar 2008 03:05 UTC
pixel8r
Member since:
2007-08-11
Fans: 0

On first reading, the label "Atom Inside" sounded more like just stating the obvious.

I'd suggest there are quite a few "atoms" inside... ;)

v Comment by BADxxx
by BADxxx (-0.33) on Tue 4th Mar 2008 06:19 UTC
RE: Comment by BADxxx
by schoate09 (2) on Tue 4th Mar 2008 11:19 UTC in reply to "Comment by BADxxx"
schoate09 Member since:
2007-08-19
Fans: 0

Who wants an Intel processor anyways. This looks like it was written by a Junior executive of Microsoft who wants to increase computer sales and there by increase Vista licensing agreement sales. AMD is a better value. AMD is being put on more and more servers and is also on many desktops and laptops.



No, no they're not. AMD is loosing market share rapidly, and they're dying so fast, that the community is worried they might bail, leaving us only with Intel. As someone who has only ever purchased Intel chips, I can say that if AMD drops out, it will suck for the consumers.

8086 support till when?
by sakeniwefu (3.16) on Tue 4th Mar 2008 08:47 UTC
sakeniwefu
Member since:
2008-02-26
Fans: 0

Why should current x86_64 CPUs intended for embedded devices support running MS-DOS directly? Or Windows XP 32 for that matter.
Build Long-Mode-Only CPUs and get rid of tons of silicon. They will certainly be much(a bit) easier tho scale down then. In the end, it could even run MS-DOS in BOCHS or QEMU if you are into that sort of thing. It's not like bussinesses will replace their remaining Windows 3.11 "Servers" with an iPod.

RE: 8086 support till when?
by burnttoy (1.72) on Wed 5th Mar 2008 16:40 UTC in reply to "8086 support till when?"
burnttoy Member since:
2006-07-28
Fans: 0

As far as I can understand it there's actually very little overhead in supporting 8086/88 inside a modern x86 core. In most designs the x86 opcodes are translated into various core specific micro ops. 16 bit operations are still supported in 32bit mode with the 0x66/0x67 prefixes and the MMU takes care of 8086 style addressing (more accurately the CPU is set up in such a way that an 8086 task has a memory map conducive to its execution but it isn't seeing a physical chunk of memory but a chunk of memory mapped using similar techniques as are used for paging). It could be removed but the first thing that must happen is that the BIOS and boot block loaders of x86 OS's must be changed to not use any 16bit 8086 code. These machines still boot in something resembling 8086 mode.

The long and the short of it is that you might save some silicon but fractions of a percent at best with no performance increase.