K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-08-17T07:09:13.000000Z K 7 svn:log V 356 Mindbogglingly, many BIOS vendors expect to be able to load %ds with 0x40 and then access data stored in real-mode segment 0x40, even when called in protected mode. Microsoft unfortunately coddle these individuals, and so must we if we want to run their code. This change works around GPFs in some APM and PnP BIOS implementations. Obtained from: Linux END