add gdt setup

This commit is contained in:
2025-03-14 23:59:13 +03:00
parent 294111bf41
commit 0ea8fc59ef
4 changed files with 96 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef GDT_H
#define GDT_H
void gdt_install();
#endif