Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxx>
- Date: Thu, 7 Sep 2006 08:16:51 -0400
<soviet_bloke@xxxxxxxxxxx> wrote in message
Well, you can think of my examples as of ones of the bugs if you wish -Yes they are doing something you are not supposed to do, that is a pretty
no matter how you call them, these are the examples of doing something
you are not supposed to do, which may have undesirable effects (unless
you are 100% sure you know what you are doing)
good definition of a bug. For instance, if you forget that a routine uses
spinlocks and then accidently call it from your ISR, it may very well work
on an SMP system because the spinlock is an actual test and set, but it has
terrible consequences on a UP system where it becomes a NOP since the IRQL
is above DISPATCH_LEVEL.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply
.
- Follow-Ups:
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: soviet_bloke
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- References:
- WinXPSP2, Intel Core2Duo, Kernel drivers
- From: on3lonestar
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: Don Burn
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: soviet_bloke
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: Calvin Guan
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: soviet_bloke
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: Calvin Guan
- Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- From: soviet_bloke
- WinXPSP2, Intel Core2Duo, Kernel drivers
- Prev by Date: Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- Next by Date: Re: multipath on Longhorn
- Previous by thread: Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- Next by thread: Re: WinXPSP2, Intel Core2Duo, Kernel drivers
- Index(es):
Relevant Pages
|
Loading