Fixed VESA using LogF when not needed, changed VTerm to use VGA, added a kpanic to...
[tpg/acess2.git] / Kernel / drv / kb.c
index 6577882..5e07840 100644 (file)
@@ -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