From 821ee3fc99b6363d7799d4f5cfa629e36b554dbf Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Tue, 9 Oct 2018 19:33:06 -0400 Subject: not much --- entryother.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entryother.S') diff --git a/entryother.S b/entryother.S index 3e502f3..dd33680 100644 --- a/entryother.S +++ b/entryother.S @@ -39,7 +39,7 @@ start: # Complete the transition to 32-bit protected mode by using a long jmp # to reload %cs and %eip. The segment descriptors are set up with no # translation, so that the mapping is still the identity mapping. - ljmpl $(KCSEG32), $start32 + ljmpl $(SEG_KCODE32), $start32 .code32 start32: -- cgit v1.2.3