Protected Mode Exceptions
Protected Mode Exceptions
I was going through the wiki (Yes, I still use this site, I just don't post often because everybody here is rude) and discovered that, though they were talked about numerous times, in no spot does it actually give a list with descriptions of the exceptions. They weren't hard to find, I just did a google search, but for completeness, I'd recommend adding them. (List: http://support.microsoft.com/kb/117389 (Is this reliable? I'm not sure))
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
- Griwes
- Member
- Posts: 374
- Joined: Sat Jul 30, 2011 10:07 am
- Libera.chat IRC: Griwes
- Location: Wrocław/Racibórz, Poland
- Contact:
Re: Protected Mode Exceptions
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Protected Mode Exceptions
It references the 386 manual. While it looks exhaustive for those devices and covers most cases on later machines, it's not complete for modern x86 targets, and often wrong if you're running in long mode.m12 wrote:Is this reliable? I'm not sure
There's an equivalent section in each of the intel manuals that contains that very same list, but then up-to-date.
Re: Protected Mode Exceptions
Thank you
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.