This is actually kinda weird behavior for my kernel.
See, everything is going along fine, the GDT, IDT, and then the PIT are setup. Then the kernel starts interrupts. Oh look it gets one! Yay, can't wait for the next... wait. Is that... a page fault!? How could this happen, I haven't even setup paging yet! Ok, the overly dramatic explanation aside, that is what happens. It's actually quite peculiar that a page fault happens, and returns a error code, when paging hasn't been setup yet. I do suspect that the pit isn't getting remapped correctly. Is that assumption correct?
Here's a screenshot:

Thanks,
Lionel