gdt: remove anything left from C implementation of GDT

This commit is contained in:
2025-03-18 16:24:11 +03:00
parent 086bac07ed
commit 22c7380c8d
8 changed files with 52 additions and 112 deletions
-6
View File
@@ -1,6 +0,0 @@
#ifndef GDT_H
#define GDT_H
void gdt_install();
#endif