From ed12953042ec38244f3ab93d67f4c2dea6f1fee3 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 18 Jul 2021 14:16:24 +0200 Subject: move all kernel sources to src/kernel/ --- src/arch/i386/gdt.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/arch/i386/gdt.h (limited to 'src/arch/i386/gdt.h') diff --git a/src/arch/i386/gdt.h b/src/arch/i386/gdt.h deleted file mode 100644 index bcb9870..0000000 --- a/src/arch/i386/gdt.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -enum { - SEG_null, - // order dictated by SYSENTER - SEG_r0code, - SEG_r0data, - SEG_r3code, - SEG_r3data, - SEG_TSS, - - SEG_end -}; - -void gdt_init(); -void gdt_farjump(int segment); -- cgit v1.2.3