interupt.* -> idt.* (better filenames)

master
E. Almqvist 3 years ago
parent 940b7e5751
commit a42e869204
  1. 2
      kernel/idt.c
  2. 0
      kernel/idt.h
  3. 2
      kernel/kernel.h

@ -1,4 +1,4 @@
#include "interupt.h" #include "idt.h"
typedef struct { typedef struct {
uint16 offset_1; // offset 0 to 15 bits uint16 offset_1; // offset 0 to 15 bits

@ -1,4 +1,4 @@
#include "interupt.h" #include "idt.h"
#include "pic.h" #include "pic.h"
#include "memory.h" #include "memory.h"
#include "paging.h" #include "paging.h"

Loading…
Cancel
Save