Laurel Fan <[EMAIL PROTECTED]> writes: > Here's some of the output: > com0: at atbus0, port = 3f8, spl = 6, pic = 4. (DOS COM1) > com1: at atbus1, port = 2f8, spl = 6, pic = 3. (DOS COM2) > Kernel General protection trap, eip 0x120ebb > kernel trap, type 13, code 20000 > Dump of i386_save_state 002a1ae8 > ... > > Incidentally, is there a list of what the kernel trap types and codes > mean, or is this in the code somewhere?
Um, trap type 13 is a "General proection" trap. It's telling you. The list is <mach/i386/trap.h>, in the gnumach source it's gnumach/i386/include/mach/i386/trap.h. Thomas

