Thanks for your help Kevin!
I commented out the appropriate lines in /kernel/emulation/proc_ctrl.c, recompiled,
and tried it again. Unfortunately it didn't work - Netware is not only is reading the
CR4 register, but is trying to move something into it.
movl %cr4, %ecx
-Jon
>>> [EMAIL PROTECTED] 02/20/01 01:52PM >>>
This panic is simply when the CR4 register is being read. You can try
commenting out the panic in:
kernel/emulation/proc_ctrl.c.
If bits are CR4 is set, then plex86 doesn't handle that yet.
-Kevin