I'm trying to switch to some level 3 ring code. I'm getting this under bochs
iret: ARbyte indicated non code segment
I'm guessing something is wrong with my code descriptor and it doesn't indicate it's a code segment. What is ARbyte anyway?
task switching problem
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:task switching problem
that's something "internal" to bochs "Access Right", probably a summary of information gathered from the segment's descriptor.
Re:task switching problem
me = dumb, I was trying to load iret to a CS value that is a TSS....mmm not good