> One thing that did occur to me: the machine I'm running this on is a 386 -
> is anything being done that might not work on it?
[snip]
> >Code: 0f 20 e2 0f 20 de 89 83 1c 00 00 00 89 8b 20 00 00 00 89 93
Ah, that would explain it! '0f 20 e2' is 'movl %cr4, %edx', and the 386
does not yet have a control register CR4 ...
For now, you might get it to work by removing all references to %cr4
in nexus.S. But I guess there will be other problems on a 386 (I haven't
thought about exactly what features we'll need) ...
Bye,
Ulrich