From 3bdcd74d038cd1d69a76bc181bf4ca15ffe841f0 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 26 Jul 2017 23:47:02 +0200 Subject: [PATCH] remove stupid typo --- arch/x86/kernel/entry.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/entry.asm b/arch/x86/kernel/entry.asm index 74658a231..d80c9befc 100644 --- a/arch/x86/kernel/entry.asm +++ b/arch/x86/kernel/entry.asm @@ -199,7 +199,7 @@ Lremap: add rax, 0x200000 add rcx, 0x200000 add rdi, 8 - ; note: the whole code segement have to fit in the first pgd + ; note: the whole code segement has to fit in the first pgd cmp rcx, rsi jnb Lno_pml4_init cmp rcx, QWORD [image_size]