some minor stuff; good night

This commit is contained in:
Karina
2025-12-22 02:47:27 +04:00
parent a83bd40a86
commit e834122e08
4 changed files with 11 additions and 5 deletions
+5 -1
View File
@@ -1,3 +1,5 @@
#ifndef IDT_H
#define IDT_H
#pragma once
#include "types.h"
@@ -16,4 +18,6 @@ typedef struct {
u64 base;
} __attribute__((packed)) IDTPtr;
void idt_init();
void idt_init();
#endif