Updates to VTerm to correctly handle framebuffer modes
[tpg/acess2.git] / Kernel / drv / kb.c
index 18f431a..5e07840 100644 (file)
@@ -83,7 +83,7 @@ void KB_IRQHandler()
        // int  keyNum;
 
        // Check port 0x64 to tell if this is from the aux port
-       if( inb(0x64) & 0x20 )  return;
+       //if( inb(0x64) & 0x20 )        return;
 
        scancode = inb(0x60); // Read from the keyboard's data buffer
        //Log_Debug("Keyboard", "scancode = %02x", scancode);
@@ -183,6 +183,7 @@ void KB_IRQHandler()
        {
                switch(ch)
                {
+               case 'q':       *((int*)1) = 0; break;
                case 'd':       __asm__ __volatile__ ("xchg %bx, %bx"); break;
                case 'p':       Threads_Dump(); break;
                }

UCC git Repository :: git.ucc.asn.au