in biosIn BIOS when we want to handle the keyboard we just make an interrupt descriptor table and then load it using:
lidt {address}
butBut in uefiUEFI things are a bit diffentedifferent and the osdev wiki did not write an article about that so. So how could we handle timer/keyboard or any other interrupt using gnu uefi?