El Tue, 22 Nov 2005 18:35:07 +0200,None of the desktop Windows installations I'm aware of exhibit this. The recent versions of Windows are fairly stable.
Avi Kivity <avi@xxxxxxxxxx> escribió:
I don't have a Windows box, but I'm quite sure Windows (without the more esoteric switches) is quite stable, even in SMP. The '95 and NT 4.0 days are gone. Give the drivers the environment they like (mangle the addresses if necessary, single thread them, allow them larger stacks, whatever it takes) and they will work well. Put them in userspace if you're paranoid or isolate them using binary translation.
You seem to miss my point: In a typical windows installation, some
drivers are CRAPPY. It's not about the windows "core". It's the thousand
of crappy drivers made by crappy companies to support cheap devices
which makes it unstable.
The /3GB makes windows to switch to 1GB/3GB mode instead of the defaultNobody uses this option (well my father does, but he's in technical computing. I was unable to convince him to move to Linux).
2GB/2GB. Passing "/PAE /3GB" options to the windows kernel is used by
many people to measure the quality of the drivers - and _many_ times
(specially with cheap hardware) it doesn't work. Some times the box
won't even boot.
The same goes for SMP. Windows is SMP safe, but I bet my ass(The Linux driver does not fail, though)
that the big majority of drivers made for cheap devices has not
been tested in a smp box - I've seen it myself, my dual p3 box
dies as soon as the dialup app tells the drivers of a cheap winmodem I have to do its job.
Which, by the way, is going to be _really_ fun in the windowsMany people have hyperthreaded CPUs today.
world now that people is buying dual-core machines. Thousand of
SMP-unsafe code paths will soon start being tested by millions
of customers buying dual-core CPUs...(and is not that all linux
drivers are or will be better but having the source allows fixing
them...)
I sincerly doubt Linux ships with more drivers than Windows. And when you compare driver availability (shipped or vendor provided) the gap is very wide.From this discussion, it looks like the choices of the future are Windows drivers or serial terminals. Excuse me now while I look for my null-modem cable.
You seem to forget linux history: Linux started having _zero_ zupport
for hardware except for a few devices and a single 32 bit architecture.
Right now its the operative system with the biggest number of drivers
on the world (most of windows drivers are not made by microsoft).
LinuxIt works well on the server, where Linux has a large and rising market share. It doesn't work on the home desktop where Linux is nonexistent. There are also intellectual propery issues involved in video which prevent open drivers.
has beated companies like nvidia and ati in this field many times and
can do it again.