> Kernel General protection trap, eip 0x1403b8
   > kernel trap, type 13, code = 14

   Any time you get a kernel trap, you need to look at the disassembly of the
   kernel code around the trap and show it to us.  (You also haven't said which
   kernel this is.)  That plus the register values will probably indicate
   what's going on.

Meh, sorry.  I was using GNU Mach 1.x.  As for the disassemly, 

001403b4 <inst_fetch>:
  1403b4:       8b 44 24 08             mov    0x8(%esp),%eax
  1403b8:       8e e0                   mov    %eax,%fs
  1403ba:       8b 44 24 04             mov    0x4(%esp),%eax
  1403be:       64 0f b6 00             movzbl %fs:(%eax),%eax
  1403c2:       c3                      ret    




_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to