
Linux Running On Intel XScale CPU 73
Erik Mouw writes: "Just want to let you know that Nicolas Pitre (nico@cam.org) and I got Linux running on the Intel 80200 XScale CPU. Nico did the largest part of the work during the past couple of weeks, and we did the final bug fixes in a hotel room in New York. The official announce of the patch is available at the linux-arm-announce mailing list archive." The board was on display at the MontaVista booth at Linux World Expo, one of the several tiny Linux set-ups on tantalizing display around the show floor for everything from vending machines to cheap PDAs. (No Yopy in sight, though, despite the fact that development models are
available for sale.) Congratulations to Erik and Nicolas.
well (Score:1)
--
Peace,
Lord Omlette
ICQ# 77863057
Yopy!!! (Score:1)
Support for XScale's Thumb instructions? (Score:3)
And an even more fundamental question: does gcc support the Thumb instruction set at all?
Finally, what is the relationship between the XScale and Atmel's 91AT series, which also features a combination of ARM and Thumb instruction sets?
Re:leaving out floating point is stupid (Score:3)
Until recently, handhelds like the Palm and its WinCE clones didn't need much smarts. That's rapidly changing.
Hey hey! (Score:2)
Is it some clock like signal that is asynchronous? Or are portions of the control pipeline asynchronous? Or is this just terribly nifty synchronous logic?
Geek dating! [bunnyhop.com]
Re:Does this mean (Score:1)
One of the main reasons the Compaq iPaq has been successful in the Linux market is that Compaq opened up all programming information and actively participates on the iPaq mailing lists.
Erik
read the Intel blurb and get into the 21st cent'y (Score:2)
And if you read Intel's sales pitch, they are talking about applications far beyond traditional I/O processing. Traditional I/O processing requires a little bit of bit pattern matching, maybe some error correction, some compression, a few traditional data structures, and copying lots of data around fast.
For this chip, Intel is talking about "extremely complex applications", "processor intensive calculations", "rich content", and all that. And even in the domain of fairly traditional I/O, statistical and other numerical techniques become increasingly important: you need to predict traffic patterns, calculate optimal routes, predict resource utilization, model statistical distributions, etc. Coding and compression algorithms for media are also usually much more easily formulated with floating point.
Re:read the Intel blurb and get into the 21st cent (Score:2)
Now I'll ask you to reconsider your original post, from my perspective it echos the long running x86 vs PPC or CISC vs RISC arguements. Without your subsequent clarifying messages it read as an ill-informed attack on Intel and on the efforts to port Linux to this chip.
Your original message comes through clearer now I think, why base a media capable PDA on this when you'll waste that extra processing (or battery) power on FP emulation.
Erik: does this mean... (Score:1)
Re:80200 is a nice CPU.. (Score:1)
This is incorrect say's the manual [intel.com].
Getting a lower power consumption from frequency and voltage scaling is not easy. I'm the author of the ARM-Linux frequency and voltage scaling driver and do a Ph.D. on it. The problem is that a processor does not know what speed to run in. The processor has to be explicitly set in a certain frequency mode. In Crusoe the code morphing software tries to guess a good speed. Voltage and frequency scaling technique has been show to work in 1994 by Mark Weiser, it is not new. The problem has always been for the software to know what speed to set the processor in.
Read more details ... [tudelft.nl].
Johan.
Correct URL for TI Calc FAQ (Score:2)
without the extra %0D at the end...
anti-linux fanaticism gets in way of rationality (Score:2)
Please explain why you think Linux is a bad choice for say, the Tivo video recorder, or might not be a better choice than Windows for car automation.
People port Linux to different platforms for the same reason that people are interested in using it for embedded applications: because the source code is open, can be customized as needed, and because it's extremely configurable.
Point me to the wonderful open source embedded OS that you have in mind, and perhaps we'll all start using it.
What boards did you use? What's available? (Score:3)
There is a lot of overlap ... (Score:2)
Yes, there *IS* a lot of "overlap" between the applications of the two. Regardless, my original statements hold true on how and who for the Pentium microprocessor is designed versus how and who for the StrongARM microcontroller is designed.
Microprocessors range from simplistic, single-issue CPUs to the nine-issue, massively buffered K7. Microcontrollers range from basic 8-bit cores to the 32-bit superpipelined StrongARM with external, co-processor options.
Your application will be the best judge of what to use.
-- Bryan "TheBS" Smith
Re:Linux on a calculator (Score:1)
You sir are incorrect on a number of points. (Score:2)
On your point with respect to detecting hardware, "Any OS should be able to automatically detect hardware", have you ever considered even for a second that not all hardware cannot be reliably detected? Yes, that's right, that isa ne2k card that you plugged in your computer 5 minutes ago might just hang your system. Go ahead windows find my hardware right now for me.
My mother recently got a computer, it has NT 5 on it. She comes across things she HATES about windows on a regular basis, she likes some of the things my unix system at home has. She has never owned a computer until recently. Your argument about unix (you mentioned linux specifically) as being 2 parts gui and 500 parts command line, this is rather a moot point considering windows is very similar if you want the same functionality as a unix system. You also
seemed to have entirely ignored OS-X and NeXTstep (on which I am typing this now).
In short, you should probably go back. Erase all your preconceptions and bias and then look again. Short term and then again long term.
In the short term perhaps windows will win. But long term windows has no fucking chance.
Re:*nix on TI-89 (Score:1)
Yopy... (Score:1)
80200 is a nice CPU.. (Score:5)
They run existing ARM code. Intel has a "porting guide" that's only a few pages long, mentioning hardly used features of the original chips. The only big difference is that the don't support thumb mode anymore, which isn't a huge loss.
They change their clock speed depending on the input voltage. Yes, you heard me right. Wanna slow the system down? Don't bother with changing clock generators and the such, just bring Vcc lower. It's very cool. Even at full speed, it only draws a few watts. And of course, no heatsink needed.
It's faaaaaaaaaaast. As long as you don't need floating point, it's actually a very competitive chip. You can check intel's site for actual benchmarks, but I was very surprised.
It's small. It's in a BGA package less than an inch square. The PCI-PCI bridge they used on the sample board is several times larger than the CPU itself, I had to look several times to find it.
It's cheap. I don't think my NDA with Intel allows me to discuss the pricing we have, but.... They're cheap enough to put in a PDA for sure.
I hope this chip really takes off, because there are so many cool things I'd love to do with it.
-- Kevin
Re:leaving out floating point is stupid (Score:2)
It's an ARM chip that Intel is positioning for "compute intensive" applications, "low power consumption", "rich media", and "handhelds".
More importantly, the context of this posting is that someone booted Linux on it and that people built PDAs based on this processor, so it's not just being used as an I/O controller for RAIDs.
Besides, I was under the impression most handwriting recognition was image processing anyway, which is usually integer based.
Handwriting and speech recognition involve lots of statistical modeling, which is floating point based. You can convert those algorithms to fixed point, but that's a lot of work, since you need to make sure that you scale everything correctly.
32-bit interpolated interger math is much faster than single-precision floating-point -- important for things like real-time speech recognition.
I suggest you do some actual benchmarks on real processors. On a few processors, what you say is true. On most modern processors, you actually often get faster performance if you implement using FP because integer arithmetic (for loops and indexes) and FP arithmetic can happen in parallel.
Yopy baby, there getting there finally (Score:1)
Re:Linux on a calculator (Score:1)
Re:What changes were needed? (Score:2)
Erik
Re:80200 is a nice CPU.. (Score:1)
-- Kevin
QNX? (Score:1)
XScale? (Score:1)
Re:hah (Score:1)
Redhat on 486? (Re:Linux on a calculator) (Score:1)
Re:Hey hey! (Score:2)
The logic is sychronous. All modern, high-speed processors are fed with a clock signal that is a fraction of the actual internal clock rate. Inside the part, a phase-locked loop (PLL) multiplies the clock speed up.
I believe what the XScale does is dynamically change the clock multplier based on input voltage. So, it's a neat trick, but it isn't async logic or anything bleeding edge like that.
This is not a bad thing. Consider what "bleeding edge" implies....
Re:Is this the beginning of Overrated spin? (Score:1)
With how-many-years since win95 has been around I can find it very easy to understand that people forget what it was like for "ordinary people" to learn the windows GUI. I can also appreciate the fact that people still dont know how to use it and if they do, they dont know what good they are doing. I'm not talking about people that can open up Word or play a cd after they accidently closed CDPlayer. I'm talkin' about the people that say "Man, my computer sucks rotten worm turds, but it used to be so nice." You know, the people that havent defragged their win95 box since they upgraded from 3.1.
"There seems to be no integration of design in the system, only a bunch of utilities that do not match, or work well together."
Hmmm, maybe you should take a look at the inner-workings (or non-workings) of win2k (wow, is the entire OS a bug?). The entire active directory setup sucks major crud outta a garden hose their is no discerning between it and other major players in DNS (sounds like an analogy between the win kernel and the GUI). Now granted, im talking about a Server supposedly made for geeks, but, in responce to "However, the usefulness of Linux must derive from total introverts all coding in separate parts of the world, and trying to put a OS together with bubble gum, and tooth picks." it seems as though a bunch of introverts residing in a plant that houses billions of dollars of hard and software cant put an OS together that doesn't need to be patched with the aformentioned bubble gum and toothpicks.
Re:Pentium and StrongARM are NOT comparable! (Score:2)
You say a lot about why ARM/XScale processors are not used for general-purpose - and particularly mobile - computing, but not much about why they can not or should not be used in such applications. Seems to me that a processor that's a little slower than a Pentium/Athlon but that dissipates a ton less power/heat would be a big win in many general-purpose environments. Crusoe, which has similar characteristics, is already being touted for both mobile and high-density server applications - by people who know a lot more about pipelines and functional units than you do.
So, the question is: what's wrong with considering an XScale processor for general-purpose use? Is there a real technical stumbling block involved, or is it just a matter of "you should follow the pack"?
Re:80200 is a nice CPU.. (Score:2)
Do you mean "cool" figuratively, or literally? Or both? ;-)
What changes were needed? (Score:2)
Linux on a calculator (Score:5)
-Andy
Re:Linux on a calculator (Score:2)
-antipop
Re:No shit... who cares? (Score:1)
Running low on content lately,
Scott
Your last name wouldn't happen to be Nudds, would it?
Stan (Score:4)
Slashdot's gone cold I'm wondering why I got out of bed at all
The morning rain clouds up my window and I can't see at all
And even if I could it'll all be gray but your picture on my wall
It reminds me, that it's not so bad -- it's not so bad
Dear Rob, I wrote but you still ain't callin
I left my email, my ICQ, and my yahoo chat at the bottom
I sent two emails back in autumn, you must not-a got 'em
There probably was a problem with your sendmail or somethin
Sometimes I scribble email addees too sloppy when I jot 'em
but anyways; fsck it, what's been up? Man how's your boxes?
My boxes is linux too, I'm bout to be a compiler
once I learn gcc,
I'ma compile for miles ah
I read about your Palm Pilot too I'm sorry
I had a friend lose his Palm over at the airport in Maradonna
I know you probably hear this everyday, but I'm your biggest fan
I even read all your bullshit Linux news and BSD scams
I got a room full of your posters and your pictures man
I like the way you sold your ass too that shit was fat
Anyways, I hope you get this man, hit me back,
just to chat, truly yours, your biggest fan
This is Stan
Dear Rob, you still ain't called or wrote, I hope you have a chance
I ain't mad - I just think it's FUCKED UP you don't answer fans
If you didn't wanna talk to me outside your Linux World
you didn't have to, but you coulda signed an autograph for Matthew
That's my Senior sys admin he's only 26 years old
We waited on a 9600 baud for you,
four hours and you just said, "No."
That's pretty shitty man - you're like his fsckin idol
He wants to be just like you man, he likes you more than I do
I ain't that mad though, I just don't like bein lied to
Remember when we met in Boston - you said if I'd write you
you would write back - see I'm just like you in a way
I never had a clue about shit either
I gcc'd shit with my wife then beat her
I can relate to what you're saying in your page
so when I feel like rmusering I read Slashdot to being the rage
cause I don't really got shit else so that shit helps when I'm depressed
I even got a tattoo of slashdot across the chest
Sometimes I even packet myself to see how much it floods
It's like adrenaline, the DDoS is such a sudden rush of blood
See everything you say is real, and I respect you cause you tell it
My girlfriend's jealous cause I talk about you 24/7
But she don't know you like I know you Rob, no one does
She don't know what it was like for people like us growin up
You gotta call me man, I'll be the biggest fan you'll ever lose
Sincerely yours, Stan -- P.S.
We should be together too
Dear Mister-I'm-Too-Good-To-Call-Or-Write-My-Fans,
this'll be the last packet I ever send your ass
It's been six months and still no word - I don't deserve it?
I know you got my last two emails
I wrote the @ signs on 'em perfect
So this is my payload I'm sending you, I hope you hear it
I'm on my modem now, I'm doing 9600 on the infohiway
Hey Rob, I drank a fifth of vodka, you dare me to code?
You know the song by Deep Purple by Depache Mode
its irrelevant by playing on my linux player
while I write some php scripts and play some Dragonslayer
That's kinda how shit is, you coulda rescued me from drowning
Now it's too late - I'm on a 1000 downloads now, I'm drowsy
and all I wanted was a lousy letter or a call
I hope you know I ripped +ALL+ of your pictures off the wall
I love you Rob, we coulda been together, think about it
You ruined it now, I hope you can't sleep and you dream about it
And when you dream I hope you can't sleep and you SCREAM about it
I hope your conscience EATS AT YOU and you can't BREATHE without me
See Rob {*screaming*} Shut up bitch! I'm tryin to page
Hey Rob, that's my senior admin screamin in the cage
but I didn't cut the power off, I just rebooted, see I ain't like you
cause if he works some harder he'll suffer more, and then the boxes die too
Well, gotta go, I'm almost BGP bridged
Oh shit, I forgot, how'm I supposed to send this packet out?
Dear Stan, I meant to write you sooner but I just been busy
You said your box is running now, how'd you like your gcc?
Look, I'm really flattered you would install 7.0 Redhat
and here's an autograph for your senior admin
I wrote it on the Starter cap
I'm sorry I didn't see you at the show, I musta missed you
Don't think I did that shit intentionally just to diss you
But what's this shit you said about you like to DDoS lamers too?
I say that shit just clownin dogg,
c'mon - how fucked up is you?
You got some issues Stan, I think you need some counseling
so heres some more Linux stories to keep your as busy when you get down some
And what's this shit about us meant to be together?
I already have a boyfriend Timothy he gets me wetter
I really think you and your boxes need each other
or maybe you just need to treat them better
I hope you get to read this letter, I just hope it reaches you in time
before you hurt yourself, I think that you'll be doin just fine
if you relax a little, I'm glad I inspire you but Stan
why are you so mad? Try to understand, that Linux and MS is just grand
I just don't want you to do some crazy shit
I seen this one shit on the news a couple weeks ago that made me sick
Some dude was drunk and switched his router for a bridge
and his packets were blackholed, and his DNS couldn't get digged
and in the colo they found a tape, but they didn't say who it was to
Come to think about, his name was.. it was you
Damn!
Re:Linux on a calculator (Score:2)
---
pb Reply or e-mail; don't vaguely moderate [ncsu.edu].
Re:leaving out floating point is stupid (Score:2)
Besides, the Motorola Dragonball of the Palm isn't that fast in FP performance either. And you can always buy the coprocessor if need be. I think it's a great processor.
Just my 5c.
Re:leaving out floating point is stupid (Score:2)
First off, please take note of the ISA (instruction set architecture) compatibility: it's 32-bit StrongARM! Of which, like ARM, is strictly a microcontroller without floating-point! So your "analysis" of Intel's design is from a standpoint of complete ignorance.
Again, this is a microcontroller, and NOT a general purpose "microprocessor." It's usually made for throwing data around in non-user devices like RAID controllers, backbone network switches (ones with lots of ports that require more than a basic ASIC, application specific integrated circuit), and the like. End-user devices make up only a fraction of the microcontroller market, and their integer-only functionality is quite sufficient.
And since it is only 32-bit, 32-bit interpolated integer math is just as good (or better) than 32-bit, single-precision floating-point for the end-user applications you mentioned. Besides, I was under the impression most handwriting recognition was image processing anyway, which is usually integer based. It has SIMD (single instruction, multiple data) that you'll find in general purpose microprocessor extensions like MMX and SSE. I cannot think of any application where you'd need the definition of 64-bit, or higher, double-precision outside of the range of non-science/engineering, end-user applications. 32-bit interpolated interger math is much faster than single-precision floating-point -- important for things like real-time speech recognition.
-- Bryan "TheBS" Smith
LOL---MOD THIS UP! (Score:1)
thank you
that was just perfect
:')
ROTFLMAO
please mod this up, it deserves at least a 5 funny...
Re:80200 is a nice CPU.. (Score:1)
Don't be a moron (Score:3)
This processor is for RAID controllers and similar I/O processing situations. Its not 'crippled', it is designed for a certain task, just as the x86 processors are designed for backwards compatibility.
The real moron is the moderators who marked this insightful, it is neither insightful nor particularly relevant.
Pentium and StrongARM are NOT comparable! (Score:5)
Please, please, stop any comparison, debate or otherwise general ignorant commentary on Intel's StrongARM microcontrollers versus their Pentium microprocessors. They are two very different breeds of products!
Here's some major design differences:
[ Side note: the AMD Athlon uses 9 pipes. Which goes a long way to describing why a 9 pipe x 20 stage Athlon kicks the living crap out of a 6 pipe x 20 stage Pentium IV, MHz for MHz -- especially when combined with the fact that the Athlon only loses an average of 10 stages on a branch mis-predict, whereas all Pentiums have to flush all pipes -- a loss of all 20 stages on a Pentium IV. Even the 6 pipe x 10 stage Pentium III can handle itself against a Pentium IV -- more stages is usually less efficient and more troublesome (especially on branch mis-predicts), although required for OO, timing and other scalability issues. ]
-- Bryan "TheBS" Smith
Re:leaving out floating point is stupid (Score:1)
On the other hand, the XScale also implements the ARM v5 DSP extensions, so it can be used for signal processing.
Erik
Re:leaving out floating point is stupid (Score:2)
More importantly, the context of this posting is that someone booted Linux on it and that people built PDAs based on this processor, so it's not just being used as an I/O controller for RAIDs.
Yes. But, and I hope you agree with:
On most modern processors, you actually often get faster performance if you implement using FP because integer arithmetic (for loops and indexes) and FP arithmetic can happen in parallel.
A well informed post, greatly appreciate the insight. So now I ask:
-- Bryan "TheBS" Smith
Re:leaving out floating point is stupid (Score:1)
Re:Support for XScale's Thumb instructions? (Score:1)
Answer #2: Yes, GCC supports thumb, though the upcoming GCC-3.0 supports it much better than GCC-2.95.x.
Answer #3: I don't know the Atmel 91AT, but AFAIK the XScale is the first CPU that implements the ARM v5 instruction set. So the answer is: the XScale is an ARM v5 CPU, while the 91AT is (probably) ARM v4.
Erik
Re:Support for XScale's Thumb instructions? (Score:1)
Re:XScale? (Score:1)
Yes, this is indeed the same XScale core that can run up to 1GHz (I don't have exact power figures for that speed, though).
No, this particular CPU (the 80200) is not the comparable to the SA-1110 as used in the Compaq iPaq. The SA-1110 has a lot of IO on board, like two serial ports, IrDA, USB client, LCD controller, PCMCIA controller, etc. The 80200 is more comparable to the SA-110 as used in the Netwinder.
Erik
actualy it's an ARM5TE instruction set (Score:1)
(-;
john jones
Re:Pentium and StrongARM are NOT comparable! (Score:2)
Example, for compiling code my 200MHz StrongARM benchmarks about like a Pentium 90. The more recent ia32s do even more work per cycle. For a rough rule of thumb divide the Xscale clock rate by 3 to compare to modern ia32 machines. (The missing part of that factor comes from intel's xscale v. strongarm slides.)
That said, for two months of the year I live in an area with limited electricty. I use an ARM based Linux desktop with an LCD display and get my job done just fine. Runs for ages on my 12v battery bank. Sort like a laptop with a 15.1" screen, a detached keyboard and mouse, and a 180lb battery. It works fine, but I can do much better cost and performance wise if you give me an electricty outlet thats on all the time and costs nearly nothing.
Now, if you offer me a Xscale based belt system with a battery, small LCD, svga connector, PS2, USB, enet, and ieee1394 I would snap it up in a heartbeat. I can always bum a keyboard and monitor. I can use USB for a modem if needed and ieee1394 for disks, tapes, whatever. Use it like a fat PDA, but its also my desktop.
Re:Linux on a calculator (Score:1)
Re:Linux on a calculator (Score:2)
Doesn't look good for Linux on a TI-89/92(+).
--
Re:what's the use? (Score:3)
Re:leaving out floating point is stupid (Score:2)
XScale is nothing but the next generation StrongARM processor, which was developed by DEC at least five years ago.
It's funny how when DEC had it, everybody thought the StrongARM was the best thing since sliced bread. That Netwinder machine shipped with Linux and was at the top of ever geek's wantlist. ALl without FP. Suddenly Intel bought it, and now it's poison. It is obvious that your agenda is not based on technical merit; you are merely out to debase Intel's brand name, and don't care about the atcual quality of the products.
FYI, XScale is 17 times faster, and uses 1/3 the power of, the Dragonball processor which is shipped in Palm's (which also doesn't do floating point). The Dragonball has much higher marketshare, at least in the PDA market. So why don't you go around spending your time debasing the Dragonball?
Let's not let them get away with it again: if it doesn't do floating point, don't waste your time porting stuff that is more easily expressed using floating point to it.
Better yet: Don't waste your time being an Intel hater.
*nix on TI-89 (Score:2)
How about some form of unix (maybe NetBSD) for the TI-89? Its got a MOT 68k running at 8MHz/10MHz (rev a/b), 2MB EEPROM, and 1MB RAM. How about it?
Mark Duell
Re:*nix on TI-89 (Score:2)
And next time, don't correct someone when you don't know what the hell you're talking about.
Re:hah (Score:1)
Re:leaving out floating point is stupid (Score:1)
MOD THIS UP (Score:1)
Re:Hey hey! (Score:2)
I was actually thinking that if you have some simple asynch logic to generate a clock signal, you could probably pretty trivially do the clock scaling.
However, I don't know how linear the ramp would be, nor do I know if the XScale has a linear ramp. Does XScale have a small set of pre-defined clock rates, or is it literally some continuous well defined function determinate upon the input voltage?
Oh well, neat trick, regardless.
Geek dating! [bunnyhop.com]
Re:Erik: does this mean... (Score:1)
Nico and I have been sharing a hotel room during the Linux World Expo [linuxworldexpo.com] in New York, and we wanted to have the XScale shown running on the expo. So we hacked on thursday night and showed the result on friday.
About the UCB1200 driver: there is a unified UCB1200 driver in Nico's latest SA1100 patch. I promised to review it, but still got no time to do it. I'll do it Real Soon Now [tm].
Erik
Re:What boards did you use? What's available? (Score:1)
The IQ80310 can be used as a PCI host with a passive PCI backplane, but it can also be used as a normal PCI card in a PC (or whatever else with a PCI bus).
Because we didn't have a passive PCI backplane in New York, MontaVista [mvista.com] bought the cheapest PC available at a local computer store and we used that as a backplane. I have no idea what kind of PC it was, we just used it as backplane and power supply to get the XScale running. The PC was definitively worth its price
Erik
Re:well (Score:1)
Oh, floating point emulation has been a part of ARM Linux for ages.
Erik
Re:Pentium and StrongARM are NOT comparable! (Score:1)
What??? Take a look at the original link XScale Processor [intel.com] and you'll see the're not talking about a microcontroller but a microprocessor. Semantics, maybe, but the facts are that it is a capable microprocessor used in desktop hardware [microdigital.co.uk], not just a microcontroller destined for life controlling a washing machine.
Of course, the nice thing is that the StrongARM core also gets embedded into chips that look like microcontrollers, but are really embedded processors. We are talking a seriously different league to the good ol' 68HC11!
Other than that I entirely agree with your comments :-)
Re:leaving out floating point is stupid (Score:1)
--
Re:Support for XScale's Thumb instructions? (Score:1)
Re:Pentium and StrongARM are NOT comparable! (Score:1)
What I want to know is... (Score:1)
:)
1st Law Of Networking: Loose ends are bad, termination is good.
hah (Score:1)
anyway, you miss my whole point. people are always porting linux to more and more systems, and claiming it's a good platform for embedded systems, when it's just too damn big and bloated for it. so fanaticism gets in the way of good technical decisions and being able as a customer to get quality products.
Re:Linux on a calculator (Score:1)
1st Law Of Networking: Loose ends are bad, termination is good.
Re:hah (Score:2)
No, instead, they bought ARM, and continued making and promoting their products to kill that line?
Also, linux *is* good for embedded systems - juts not super-tiny embedded systems. There's a continuum from microwave to supercomputer. Linux fills some range of that, and that range intersects with the range of systems that we cll "embedded".