refactor: script to generate code for interrupt installation
authorMinep <zelong56@gmail.com>
Sat, 17 Sep 2022 13:08:47 +0000 (14:08 +0100)
committerMinep <zelong56@gmail.com>
Sat, 17 Sep 2022 13:08:47 +0000 (14:08 +0100)
commitde334342a8a134a7c5b15e175d1c2ff87e6dbb2a
tree5d6d7d3c9d5eb1d94600a9efe61a3e439fbaab8e
parentea77b9c3fc7fb9bf9d7f9604fc187c8049212a2a
refactor: script to generate code for interrupt installation
lunaix-os/includes/arch/x86/idt.h
lunaix-os/includes/arch/x86/interrupts.h
lunaix-os/includes/arch/x86/intrhnds.h [new file with mode: 0644]
lunaix-os/kernel/asm/x86/idt.c [deleted file]
lunaix-os/kernel/asm/x86/interrupt.S
lunaix-os/kernel/asm/x86/intrhnds.S [new file with mode: 0644]
lunaix-os/kernel/asm/x86/intrhnds.c [new file with mode: 0644]
lunaix-os/scripts/x86_idt_generator.py [new file with mode: 0644]