x86_64/CPU: Assign a proper IRQ number to the keyboard interrupt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Ah, the dangers of copy-and-paste...
This commit is contained in:
parent
e241c70aad
commit
ed0727332b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user