Dell Considering ARM-Based Smartbooks
wonkavader sends us this quote from an article in PCWorld:
"In an effort to expand its Linux offerings, Dell is researching new netbook-type devices and will soon offer netbook Linux OS upgrades, a company official said on Wednesday. The company is researching the possibility of offering new Linux-based mobile devices called smartbooks, said Todd Finch, senior product marketing manager for Linux clients, at the OpenSourceWorld conference in San Francisco. The company will also upgrade its Ubuntu Linux OS for netbooks to the latest version in the next few weeks ... Smartbooks with Arm chips have inherent advantages over x86 chips like Atom, such as lower power consumption and longer battery life, according to Finch. The chips are also becoming more powerful, as indicated by the growing number of applications on smartphones, he said. 'I think it's natural and reasonable for us to begin looking at them as they begin scaling their processors up.'"
And what reason do we have to believe this isn't a just negotiating tactic against Microsoft?
Lower power consumption leads to longer battery life.
In all seriousness though, I once had someone tell me as I was looking into programming in assembly that I should learn an ARM-Based syntax. It still hasn't paid off completely yet, but this is a step in the right direction.
MS might not be selling any ARM-compatible systems at the moment (embedded OSs aside), but I would bet they have experimental ARM builds of everything they've produced in the past 5 years.
Or does x86 inherently consume more power at the same performance level?
Difficult: ARM has traditionally had a very clean instruction set which eliminates a lot of the junk that an x86 requires in order to function, and it's much easier to take a chip designed for low power and increase the performance than to take a 100+W monster like an x86 and scale it down for low-power use. The modern 'x86', at least from Intel, is basically an x86 emulator wrapped around a RISC core.... the ARM effectively eliminates the emulator and just runs the RISC core.
If I remember correctly, the dual-core ARM chips I was working on a couple of years ago used about 1W of power to play 720p HD... an Atom has trouble doing that even with several times that power usage.
Do not know if it is due to the reporter or the strategy itself.
In an effort to expand its Linux offerings, Dell is researching new netbook-type devices and will soon offer netbook Linux OS upgrades, a company official said on Wednesday.
It ends with
The company is also researching Google's Chrome for use in netbooks.
Makes netbooks-are-atom-and-smartbooks-are-ARM distinction.
However
Dell couldn't say whether it would ultimately offer a smartbook.
Maybe just floating of test baloons.
I don't think so. The whole point of a little netbook ("Oooooh, look at the cute little laptop!") is making your regular (lightweight) notebook apps portable. For the majority of consumers, that means they want to run exactly the same e-mail program, the same browser, the same IM program(s)... Realizing that they need to learn to use a completely different interface is going to be quite a shock. It was supposedly pretty much the same with the Ubuntu laptops certain manufacturers have been selling...
I don't really see the appeal in an ARM netbook. In fact, I wish my phone was x86 - the current standard Windows Mobile smartphone res of 800x480 is just fine for a stripped down XP or even Win7... hell, if they could just get the damned things up to 24 hours (or even 15 or so!) without a recharge, I'd be more than happy. If all you're interested in is ARM and long battery life, get a smartphone and a foldable bluetooth keyboard. Otherwise, get an x86-based netbook and be satisfied with the currently available 10 hours of battery life...
Like it or loath it, Apple has seriously shaken up the mobile phone industry, and got away with something nobody else ever managed: taking a big slice of the carrier's cake on top.
If Appe brings out a sensible iTablet that actually works and is smart enough to work with the laser keyboard (the Bluetooth version does proper HID support) I cannot see that fail, and it will probably nuke the market Dell is looking at.
The tablet in itself goes into markets at present taken by ebook stuff like the Kindle, and with a proper remote keyboard it hits the portable market - why take a whole system if it's that portable.
So I'd wait a bit - let's see what Apple is up to. I hope I'm right - it's about time for such a device.
Insert
It's interesting how some people are quick to declare portable ARM computers a failure because it won't run their favorite (proprietary) x86 programs.
That's the Stockholm Syndrome, only with software instead of human kidnappers.
ARM systems usually use co-processors for things like decoding video. A heavy use of co-processors lets the already low-power CPU be idle even more often.
It is not the "x86 emulator", as it takes a tiny percent of the die, and 90-95% of instructions are decoded to one underlying RISC equivalent. Most power consumption is because of OoOE, huge pipelines, and huge caches. In my opinion OoOE processors are an aberration inteded to maximize serial code, by wasting 4 to 8x resources, as it is like having many processors executing future code paths "just in case" (misusage of instruction cache just to feed the OoOE jump prediction execution paths) while making a misuse of the system bus by loading data for instructions that will be discarded 1 of every 10 times (data cache misusage by fetching data for instructions that will be discarded in a major part). So in "advanced OoOE CPU" you're saturating the bus for computing worthless instructions. As example, in the area of a P4 CPU, you may had 8 to 16 MIPS or ARM in-order CPU cores, making much better usage of the shared cache, and with 4 to 8x more executed instructions/transistor, with efficient system bus usage.
Uhhh...I thought that was the whole point of the Nvidia Ion? The GPU does the heavy lifting on video, and the CPU does the basic tasks. While I have no doubt that these little ARMs will find a niche, the question is how big of a niche. Folks have their iPhones for just basic web browsing kind of stuff, and the problem I've found whenever you're are talking about Netbooks is that geeks well...they think like geeks.
You know what my customers call Netbooks, which is important as that is how Joe and Jane average see them? They call them 'baby laptops" which is important. You see they think these baby laptops should run everything their big laptops do, only much slower of course, because they are babies. You say ARM and they are gonna have no fricking clue as to what you are talking about. They will go "oooh cute!" and pick one up and then get pissy when their printer won't print. After all, it is USB and there is a USB port right there!
So while I am sure that some geeks that know what ARM and x86 and Windows and Linux are might buy some of these, how many of those are out there? And can they buy enough to make this a niche worth pursuing? Who knows, I guess we will know when these things come out. Of course they have to watch the timing because Win7 is gonna be released soon, and the MSFT advertising is gonna be everywhere. And as anybody who has run Win7 can tell you, it is actually quite nice. So they either need these things out yesterday, or to wait until the Win7 hype dies down. That is unless they plan to keep this as strictly a geek toy you have to hunt for on their website. Because Joe and Jane won't have a clue what ARM is, they'll just see the Win7 commercials and want to know why they can't run that "new thing" on their baby laptop. And believe me, working retail? Customers don't like hearing the word no for ANY reason.
ACs don't waste your time replying, your posts are never seen by me.
I'm afraid it will be something weaker and smaller than current netbooks. A toy computer, compared to the real computers that run Windows on x86, like God intended.
The point is, why can't we have a regularly sized laptop with a sensible processor like ARM?
Escher was the first MC and Giger invented the HR department.
Win64 is a bit weird, it's an IL32P64 architecture, which breaks a lot of C code aimed at x86 and full of assumptions like sizeof(long) >= sizeof(void*) (which is true on almost every other platform). ARM is a lot closer to IA32 than x86-64 is if you're coming from a C-like language. If you're not using inline assembly, it's probably easier to port from x86 to ARM than to x86-64. Int, long, and void* are all the same size, the alignment requirements are almost the same (a few things don't work on ARM, but they're things that are painfully slow on x86 anyway), and they're both little-endian.
I am TheRaven on Soylent News
in a laptop or netbook if it means longer battery life, I dont use laptops netbooks for CPU/GPU intensive things, mostly web surfing & email, IM, and occasional typing of documents in OpenOffice on Linux and since Linux already supports arm the switch to that architecture would be seamless...
Politics is Treachery, Religion is Brainwashing