Interrupt Descriptor Table (again)

I am currently in the middle of doing paging on SoS, but for that to work, it needs to be able to receive page fault interrupts. This means that I’ll have to make a IDT. I’ve tried to do this a few times unsuccessfully on the C++ kernel in the past, but hopefully this time I’ll be able to find the problem.

Leave a Reply