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."
Permalink for comment 303504
To read all comments associated with this story, please click here.
RE: 8086 support till when?
by burnttoy on Wed 5th Mar 2008 16:40 UTC in reply to "8086 support till when?"
burnttoy
Member since:
2006-07-28

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.

Reply Parent Bookmark Score: 2