Skip to main content
edited tags
Link
Peter Cordes
  • 360.6k
  • 49
  • 699
  • 957
improved formatting, grammar/spelling, added tag
Source Link
Sep Roland
  • 38.7k
  • 9
  • 47
  • 86

How to handle intrruptsinterrupts in gnu-uefi?

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?

How to handle intrrupts in gnu-uefi

in bios when we want to handle the keyboard we just make an interrupt descriptor table then load it using

lidt {address} 

but in uefi things are bit diffente and osdev wiki did not write an article about that so how could we handle timer/keyboard or any other interrupt using gnu uefi

How to handle interrupts in gnu-uefi?

In BIOS when we want to handle the keyboard we just make an interrupt descriptor table and then load it using:

lidt {address} 

But in UEFI things are a bit different and the osdev wiki did not write an article about that. So how could we handle timer/keyboard or any other interrupt using gnu uefi?

Source Link

How to handle intrrupts in gnu-uefi

in bios when we want to handle the keyboard we just make an interrupt descriptor table then load it using

lidt {address} 

but in uefi things are bit diffente and osdev wiki did not write an article about that so how could we handle timer/keyboard or any other interrupt using gnu uefi