diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-06-04 17:50:10 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:17:12 +0200 |
| commit | 4bce609d2a0145e70f44227636a68348e9b23cf9 (patch) | |
| tree | 8c753a99644172f0fd3bb5d382ae1b7790b137e6 /src/arch/x86_64 | |
| parent | f4b50dd826b81295dc9628b655fc5f360445230b (diff) | |
mm: fully map the kernel to high memory
Diffstat (limited to 'src/arch/x86_64')
| -rw-r--r-- | src/arch/x86_64/asm/vectors.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86_64/asm/vectors.s b/src/arch/x86_64/asm/vectors.s index d5a2357..56aabf4 100644 --- a/src/arch/x86_64/asm/vectors.s +++ b/src/arch/x86_64/asm/vectors.s @@ -1,5 +1,6 @@ +; vi: ft=nasm ; vectors.s - idt for x86_64 - +[BITS 64] [GLOBAL idt] [GLOBAL idt_descr] [GLOBAL vectors_start] |
