Page 1 of 1

User mode Problem

Posted: Mon Mar 24, 2003 1:09 am
by KAZU
Hi, people.
I read the past thread and I can move from kernel mode to user mode in my OS. But interrupts haven't worked and general protection has occured, when my OS is user mode.
Please help me.

Re:User mode Problem

Posted: Mon Mar 24, 2003 2:31 am
by Pype.Clicker
which interrupt didn't worked ?
when exactly did you get a GPF ? (on what instruction ?)
Did you set up a TSS for your user task and set SS0 and ESP0 appropriately ?
What is the error code (i.e. the faulty segment) of your GPF ?

Please, help us helping you :)