feature: start to implement keyboard handler and better isrs/irqs
This commit is contained in:
7
headers/drivers.h
Normal file
7
headers/drivers.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "interrupts.h"
|
||||
|
||||
void load_drivers(void);
|
||||
void keyboard_handler(struct registers *regs);
|
||||
void clock_handler(struct registers *regs);
|
||||
Reference in New Issue
Block a user