X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9461d582084ab8c0d85e8dca1df276945366a84b..bb793d5c6918efee6a86de442463a7c9aaa4ecdd:/lunaix-os/includes/arch/x86/vectors.h?ds=sidebyside diff --git a/lunaix-os/includes/arch/x86/vectors.h b/lunaix-os/includes/arch/x86/vectors.h index 9873db6..7f27542 100644 --- a/lunaix-os/includes/arch/x86/vectors.h +++ b/lunaix-os/includes/arch/x86/vectors.h @@ -4,9 +4,9 @@ // clang-format off #define FAULT_DIVISION_ERROR 0 -#define FAULT_TRAP_DEBUG_EXCEPTION 1 +#define INSTR_DEBUG 1 #define INT_NMI 2 -#define TRAP_BREAKPOINT 3 +#define INSTR_BREAK 3 #define TRAP_OVERFLOW 4 #define FAULT_BOUND_EXCEED 5 #define FAULT_INVALID_OPCODE 6 @@ -36,6 +36,7 @@ // Keyboard #define PC_KBD_IV 201 #define AHCI_HBA_IV 202 +#define UART_COM1 203 #define RTC_TIMER_IV 210