removed pdclib, strange things were happening..., user shell kinda works now
This commit is contained in:
6
kernel/kbd.h
Normal file
6
kernel/kbd.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
char kbd_read();
|
||||
void kbd_push(char c);
|
||||
int kbd_ready();
|
||||
void kbd_wait();
|
||||
Reference in New Issue
Block a user