Added support for the shift key in the keyboard driver.

This commit is contained in:
2018-11-11 16:31:41 -06:00
parent af15d43c8a
commit a061366ff2
6 changed files with 36 additions and 6 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ void outportb (unsigned short _port, unsigned char _data)
__asm__ __volatile__ ("outb %1, %0" : : "dN" (_port), "a" (_data));
}
extern char __BUILD_DATE;
extern char __BUILD_NUMBER;
//extern char __BUILD_DATE;
//extern char __BUILD_NUMBER;
/* This is a very simple main() function. All it does is sit in an
* infinite loop. This will be like our 'idle' loop */