git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement shift+<key> support, and ...
[lunaix-os.git]
/
lunaix-os
/
includes
/
arch
/
x86
/
interrupts.h
diff --git
a/lunaix-os/includes/arch/x86/interrupts.h
b/lunaix-os/includes/arch/x86/interrupts.h
index 4ffc86fe2b28920e19a334369f44718ce2e8cc73..2c93c3901be393c9aa97437a6fe727feb82bdb10 100644
(file)
--- a/
lunaix-os/includes/arch/x86/interrupts.h
+++ b/
lunaix-os/includes/arch/x86/interrupts.h
@@
-35,11
+35,14
@@
#define APIC_TIMER_IV 202
#define APIC_SPIV_IV 203
#define APIC_TIMER_IV 202
#define APIC_SPIV_IV 203
+// Keyboard
+#define PC_KBD_IV 204
+
#define RTC_TIMER_IV 210
#define PC_AT_IRQ_RTC 8
#define RTC_TIMER_IV 210
#define PC_AT_IRQ_RTC 8
-#define PC_AT_IRQ_KBD
_BUF_FULL
1
+#define PC_AT_IRQ_KBD
1
#ifndef __ASM__
#include <hal/cpu.h>
#ifndef __ASM__
#include <hal/cpu.h>
@@
-138,6
+141,9
@@
_asm_isr202();
void
_asm_isr203();
void
_asm_isr203();
+void
+_asm_isr204();
+
void
_asm_isr210();
void
_asm_isr210();