Oh come on, learn to read. I didn't write that litany last time for you to marvel at my knowledge, I actually did that so you could understand these outputs.catOS wrote:I think I now have a General Protection Fault caused by a invalid opcode (I'm not sure), here's the log anyway
What do we have this time? v=06. As you have rightly identified, that is an undefined opcode exception. However, the instruction address here looks strange to me. 1bf is in the middle of the real mode IVT, which contains only data, not code. Is it possible that your IDT descriptor for the interrupt contained that address (or something before that) as handler address?