Cleaner include paths + some paging definitions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "idt.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "../io/serial/serial.h"
|
||||
#include "../io/kbd/ps2.h"
|
||||
#include "io/serial/serial.h"
|
||||
#include "io/kbd/ps2.h"
|
||||
#include <kernel.h>
|
||||
|
||||
struct interrupt_descriptor idt[256];
|
||||
|
||||
Reference in New Issue
Block a user