Daan Weddepohl wrote:
>
> Sorry for the previous empty message: Cats stepping on mouses cause
> nothing but trouble (and empty messages).
>
> Hi Kevin,
>
> Let me introduce myself. My name is Daan Weddepohl. I've been following
> this list for quite a while now, but never really had anything usefull
> to contribute, until (maybe) now.
>
> When fiddling around with debug.com under FreeDOS in plex86, i found
> the following problem.
>
> Pretty much all the simple codes i write in debug works, only thing is:
> It just won't return to debug. Plex86 panics when I try to return
> control to debug by using either:
I hadn't tested x86 hardware debugging using the TF. The code is in
there already though. Search for that string, "Trap on Prev Instr"
in kernel/emulation/emulation.c and comment out the panic.
-Kevin