From: Diego Calleja <diegocg@gmail.com>
To: Avi Kivity <avi@argo.co.il>
Cc: jgarzik@pobox.com, jonsmirl@gmail.com, benh@kernel.crashing.org,
alan@lxorguk.ukuu.org.uk, airlied@gmail.com, greg@kroah.com,
linux-kernel@vger.kernel.org
Subject: Re: [RFC] Small PCI core patch
Date: Tue, 22 Nov 2005 20:49:10 +0100 [thread overview]
Message-ID: <20051122204910.a4bd1d1e.diegocg@gmail.com> (raw)
In-Reply-To: <438348BB.1050504@argo.co.il>
El Tue, 22 Nov 2005 18:35:07 +0200,
Avi Kivity <avi@argo.co.il> 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 default
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
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 windows
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...)
> 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). Linux
has beated companies like nvidia and ati in this field many times and
can do it again.
next prev parent reply other threads:[~2005-11-22 19:49 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-21 22:53 [RFC] Small PCI core patch Greg KH
2005-11-21 23:01 ` Greg KH
2005-11-21 23:35 ` Benjamin Herrenschmidt
2005-11-22 0:47 ` Dave Airlie
2005-11-22 1:34 ` Alan Cox
2005-11-22 2:20 ` Jon Smirl
2005-11-22 2:36 ` Benjamin Herrenschmidt
2005-11-22 3:01 ` Jon Smirl
2005-11-22 7:41 ` Rob Landley
2005-11-22 8:44 ` Dave Airlie
2005-11-22 2:27 ` Benjamin Herrenschmidt
2005-11-22 3:23 ` Jon Smirl
2005-11-22 3:44 ` Benjamin Herrenschmidt
2005-11-22 4:11 ` Neil Brown
2005-11-22 8:07 ` Denis Vlasenko
2005-11-22 14:30 ` Jeff Garzik
2005-11-22 16:33 ` Rob Landley
2005-11-22 16:38 ` Jeff Garzik
2005-11-22 10:58 ` Florian Weimer
2005-11-22 19:28 ` Adrian Bunk
2005-11-23 15:46 ` Jesper Juhl
2005-11-24 2:11 ` Lee Revell
2005-11-22 15:46 ` Avi Kivity
2005-11-22 15:51 ` Jeff Garzik
2005-11-22 16:14 ` Avi Kivity
2005-11-22 16:25 ` Jeff Garzik
2005-11-22 16:40 ` Avi Kivity
2005-11-22 16:56 ` Jeff Garzik
2005-11-22 17:11 ` Avi Kivity
2005-11-22 17:37 ` Brian Gerst
2005-11-22 17:38 ` Jeff Garzik
2005-11-22 19:39 ` Avi Kivity
2005-11-23 10:51 ` Rogério Brito
2005-11-23 14:29 ` Alan Cox
2005-11-22 18:38 ` Alan Cox
2005-11-22 19:47 ` Avi Kivity
2005-11-22 16:26 ` Diego Calleja
2005-11-22 16:35 ` Avi Kivity
2005-11-22 19:49 ` Diego Calleja [this message]
2005-11-22 20:08 ` Avi Kivity
2005-11-22 20:15 ` Lee Revell
2005-11-22 20:43 ` Diego Calleja
2005-11-22 22:00 ` Avi Kivity
2005-11-22 22:42 ` Jan Knutar
2005-11-22 14:07 ` Marc Koschewski
2005-11-22 22:53 ` Benjamin Herrenschmidt
2005-11-22 23:06 ` Marc Koschewski
2005-11-22 23:20 ` Benjamin Herrenschmidt
2005-11-22 14:25 ` Alan Cox
2005-11-22 14:26 ` today's graphics (was Re: [RFC] Small PCI core patch) Jeff Garzik
2005-11-22 18:58 ` Alan Cox
2005-11-22 18:41 ` Jeff Garzik
2005-11-22 1:21 ` [RFC] Small PCI core patch Greg KH
2005-11-22 1:28 ` Chris Wedgwood
2005-11-22 1:42 ` Greg KH
2005-11-22 5:50 ` Arjan van de Ven
2005-11-22 14:36 ` Jeff Garzik
2005-11-22 16:54 ` Jon Smirl
2005-11-22 20:17 ` Alan Cox
2005-11-22 21:13 ` Brian Gerst
2005-11-22 23:26 ` Alan Cox
2005-11-22 22:59 ` Benjamin Herrenschmidt
2005-11-22 6:57 ` Rob Landley
2005-11-22 18:26 ` Matthieu CASTET
2005-11-22 19:05 ` Greg KH
2005-11-22 20:15 ` Alan Cox
2005-11-23 3:26 ` Andrew James Wade
2005-11-21 23:28 ` Jeff Garzik
2005-11-21 23:30 ` Benjamin Herrenschmidt
2005-11-22 17:50 ` Greg KH
2005-11-22 22:31 ` Harald Dunkel
2005-11-22 23:40 ` Alan Cox
2005-11-23 6:06 ` Harald Dunkel
2005-11-23 6:26 ` Dave Jones
2005-11-23 11:11 ` Alan Cox
[not found] <5bsXq-5uy-3@gated-at.bofh.it>
[not found] ` <5bsXq-5uy-1@gated-at.bofh.it>
[not found] ` <5btqF-66n-41@gated-at.bofh.it>
[not found] ` <5bzmg-66b-1@gated-at.bofh.it>
[not found] ` <5bHtG-228-23@gated-at.bofh.it>
2005-11-25 4:06 ` Robert Hancock
2005-11-25 6:34 ` Jeff Garzik
2005-11-25 13:54 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051122204910.a4bd1d1e.diegocg@gmail.com \
--to=diegocg@gmail.com \
--cc=airlied@gmail.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=avi@argo.co.il \
--cc=benh@kernel.crashing.org \
--cc=greg@kroah.com \
--cc=jgarzik@pobox.com \
--cc=jonsmirl@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox