x86_64/CPU: Assign a proper IRQ number to the keyboard interrupt
All checks were successful
continuous-integration/drone/push Build is passing

Ah, the dangers of copy-and-paste...
This commit is contained in:
apio 2023-04-04 12:13:34 +00:00
parent e241c70aad
commit ed0727332b

View File

@ -187,5 +187,5 @@ ISR 20 ; virtualization exception (#VE)
ISR_ERROR 21 ; control-protection exception (#CP)
; ISR 22-31 reserved
IRQ 32, 0 ; timer interrupt
IRQ 33, 0 ; keyboard interrupt
IRQ 33, 1 ; keyboard interrupt
ISR 66 ; system call