From 244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Wed, 6 Mar 2024 15:32:17 +0700 Subject: Initialization mechanism --- arch/x86/gdt/GoToGdtMemSeg.s | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 arch/x86/gdt/GoToGdtMemSeg.s (limited to 'arch/x86/gdt/GoToGdtMemSeg.s') diff --git a/arch/x86/gdt/GoToGdtMemSeg.s b/arch/x86/gdt/GoToGdtMemSeg.s deleted file mode 100644 index 2b5dd62..0000000 --- a/arch/x86/gdt/GoToGdtMemSeg.s +++ /dev/null @@ -1,13 +0,0 @@ -global GOTOGDTMEMSEG -GOTOGDTMEMSEG: - lgdt [esp + 4] - jmp 0x08:.reloadCS -.reloadCS: - mov ax, 0x10 - mov ds, ax - mov es, ax - mov fs, ax - mov gs, ax - mov ss, ax - ret -.end: -- cgit v1.2.3