sortix-mirror/kernel/kb
Jonas 'Sortie' Termansen 02c6316e95 Remove kernel debugger, old kernel US layout and kernel symbol code.
The debugger has fallen behind and has become a maintenance burden.  It was
the only user of the old kernel US layout system, which is good to get rid
of.  The debugger didn't work with graphical output and was likely to
conflict with the new keyboard system if used, which no longer triggered it.
The kernel symbol code was removed to simplify the kernel.

The kernel debugger was an useful debugging feature, but it needs to be done
in a better way before it can be added back.
2016-02-22 00:12:26 +01:00
..
default-kblayout.kblayout Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
kblayout.cpp Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
kblayout.h Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
ps2.cpp Add PS/2 controller driver. 2016-01-23 00:50:53 +01:00
ps2.h Add PS/2 controller driver. 2016-01-23 00:50:53 +01:00