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
-2
View File
@@ -1,5 +1,4 @@
#include "../include/isr.h"
#include "../include/gdt.h"
#include "../include/screen.h"
#include "../include/stdio.h"
#include "../include/utils.h"
@@ -12,7 +11,6 @@ void kmain()
{
terminal_initialize();
printf("KatauOS booting up\n");
// gdt_install();
isr_install();
printf("Kernel init sequence completed\n");