feature: shell kb input is now working with interrupts (not clean tho, might need to change it)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "interrupts.h"
|
||||
#define NEWLINE 0
|
||||
#define READING 1
|
||||
|
||||
void load_drivers(void);
|
||||
void keyboard_handler(struct registers *regs);
|
||||
|
||||
Reference in New Issue
Block a user