Re: Effect of CS,DS,ES,FS,GS DPL in descriptor cache?
Posted on 2019-03-10, 23:28
Thinking about it, how does INVLPG work? UniPCemu currently takes the ModR/M segment:offset it refers to(e.g. DS:[EAX] will use linear address DS.base+EAX) and flush any entries that match said address(E.g. when DS points to address 100 and EAX=2000, it flushes the entry/entries for linear address …