From: Stefan Kisdaroczi <kisda@hispeed.ch>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Bug in emulation of 'bound' x86 instruction?
Date: Thu, 05 Aug 2004 17:21:44 +0200 [thread overview]
Message-ID: <41125088.4060707@hispeed.ch> (raw)
Hi all,
While testing my "DOS+Realtime Multitasking Extension" Images ( working
with bochs ), two things did not work with qemu :
1) The BOUND instruction seems to raise always the Exception 5
if the second Parameter is a location in the cs seg.
Example: bound di, cs:1095
2) An Exception 13 is raised when a "les" instruction should get the
seg:ofs pair from the ss seg.
Example: les di, ss:si+10
-> im not really sure if its really dependent of the used seg, but i
have started multiple programs, and all crash on different locations
always on the bound or les instructions. It was always cs used in case
1) and ss used in case 2).
The system is running in mixed 16/32 Bit Protected mode. It happens in a
16-bit code segment.
The System debugger starts automatically on the exceptions 5 and 13, so
i have looked at the memory locations referred and the values there are
correct.
What can i do to help you helping me ?
Thank you.
Greetings kisda
next reply other threads:[~2004-08-05 21:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 15:21 Stefan Kisdaroczi [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-07-26 13:41 [Qemu-devel] Bug in emulation of 'bound' x86 instruction? Frode Vatvedt Fjeld
2004-08-04 22:10 ` [Qemu-devel] " Frode Vatvedt Fjeld
2004-08-15 14:51 ` [Qemu-devel] " Fabrice Bellard
2004-08-16 19:34 ` [Qemu-devel] " Frode Vatvedt Fjeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41125088.4060707@hispeed.ch \
--to=kisda@hispeed.ch \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).