Re: x86 #GP/#SS fault in modern operating systems?
Posted on 2019-05-29, 05:23
Is the #GP/#SS fault used in any case with modern operating systems, but for other effects than terminating the offending program/driver/OS? Absolutely used in paging and memory allocation. A #GP is raised if the program tries to access memory that isn't currently allocated/loading in. The OS will …