qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Wrong Exception - should have GPF instead of PF for NULL selector
@ 2004-06-12 14:34 Antony T Curtis
  2004-06-12 16:28 ` malc
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antony T Curtis @ 2004-06-12 14:34 UTC (permalink / raw)
  To: qemu-devel

I have been looking at why OS/2 Warp Connect fails to start Presentation
Manager under QEMU and I have found the following...

We get a Page Fault when QEMU encounters the following instruction

0xfe0a9971:  mov    %es:(%si),%ebx

Where ES=0x0000 and ESI=0xabde0000

This should generate a General Protection exception as we are accessing
memory using a NULL selector

I don't know if it would fix OS/2 but it is definitely behaviour which
is 'not correct'.

-- 
Antony T Curtis <antony.t.curtis@ntlworld.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-06-13 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-12 14:34 [Qemu-devel] Wrong Exception - should have GPF instead of PF for NULL selector Antony T Curtis
2004-06-12 16:28 ` malc
2004-06-13 13:22 ` Fabrice Bellard
2004-06-13 15:22 ` Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).