mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-18 04:44:35 +03:00
Fixed warnings
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "isr.h"
|
||||
#include "idt.h"
|
||||
#include "../drivers/screen.h"
|
||||
#include "../drivers/keyboard.h"
|
||||
#include "../libc/string.h"
|
||||
#include "timer.h"
|
||||
#include "ports.h"
|
||||
|
||||
isr_t interrupt_handlers[256];
|
||||
|
||||
Reference in New Issue
Block a user