diff options
| author | Alexey Gavrilov <90127298+rebovas@users.noreply.github.com> | 2024-03-31 14:40:50 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 14:40:50 +0700 |
| commit | 18b4f9d1bff908fd91a48c1953ebcb8363855a59 (patch) | |
| tree | d309b630a161823c79dab9a48f67a41a40d76b24 /arch/x86/PrimaryInit.h | |
| parent | a276644952ed018e77ca64181059434a6bc4ee62 (diff) | |
| parent | 49cfee4e370892df8404e56d53b04dde196f82f2 (diff) | |
Merge pull request #6 from rebovas/idt
IDT + uintptr update
Diffstat (limited to 'arch/x86/PrimaryInit.h')
| -rw-r--r-- | arch/x86/PrimaryInit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/PrimaryInit.h b/arch/x86/PrimaryInit.h index 243c731..540ad41 100644 --- a/arch/x86/PrimaryInit.h +++ b/arch/x86/PrimaryInit.h @@ -1,5 +1,6 @@ #include "gdt/Gdt.h" #include "io/VGADisplay.h" +#include "idt/Idt.h" class PrimaryInitialization |
