Discussion:
Offset outside of CS limits?
(too old to reply)
Ben Rogers
2005-02-21 23:36:34 UTC
Permalink
I am getting an error that is causing bochs to exit with the message:
==================================================
Bochs is exiting with the following message:
[CPU ] jmp_jv: offset outside of CS limits
==================================================

The TA suggested that I check to make sure that the two sections copy
correctly, which they seem to do. Looking at the bochs.out file the eip
is 00003255 which doesn't seem to exist in the object dump of null.exe,
but the selectors indicate that it was in user mode when it exits. It
sounds to me like something is trying to jump to a memory address
outside the user space, but i'm not sure. Anyone seen anything like
this, or have any suggestions?

Also, are there office hours still scheduled for tuesday 4-6 as per the
website?

Thanks,
Ben
c***@CSIC.UMD.EDU
2005-02-22 06:12:04 UTC
Permalink
check your Setup_User_Thread() function, specifically your esi value.


--Mike

Continue reading on narkive:
Loading...