From 4bce609d2a0145e70f44227636a68348e9b23cf9 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Tue, 4 Jun 2024 17:50:10 +0200 Subject: mm: fully map the kernel to high memory --- src/arch/x86_64/asm/vectors.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch') 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] -- cgit v1.2.3-70-g09d2