Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
void kmain();
|
||||
void kb_c();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user