some minor stuff; good night
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user