sortix-mirror/kernel/x86-family
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
..
cmos.cpp Optimize reading the CMOS real time clock. 2014-11-25 19:42:28 +01:00
cmos.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
float.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
float.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
gdt.cpp Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
gdt.h Initialize the GDT in the bootstrap assembly. 2015-08-21 21:25:00 +02:00
idt.cpp Implement signals. 2014-07-22 13:25:39 +02:00
idt.h Refactor i386 and x86_64 interrupt support. 2014-03-17 19:22:13 +01:00
interrupt.cpp Remove kernel debugger, old kernel US layout and kernel symbol code. 2016-02-22 00:12:26 +01:00
ioport.cpp Fix PCI code. 2015-02-08 22:58:32 +01:00
memorymanagement.cpp Refactor boot page availability testing. 2016-01-26 17:51:25 +01:00
memorymanagement.h Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
mtrr.cpp Refactor kernel PAT, MTRR, and MSR usage. 2014-03-17 19:22:13 +01:00
pat.cpp Refactor kernel PAT, MTRR, and MSR usage. 2014-03-17 19:22:13 +01:00
pic.cpp Relocate kernel IO port functions to <sortix/kernel/ioport.h>. 2014-11-18 18:10:22 +01:00
pic.h Refactor i386 and x86_64 interrupt support. 2014-03-17 19:22:13 +01:00
ps2.cpp Disable PS/2 port testing. 2016-02-18 22:15:17 +01:00
ps2.h Add PS/2 controller driver. 2016-01-23 00:50:53 +01:00
time.cpp Implement CLOCK_THREAD_CPUTIME_ID and CLOCK_THREAD_SYSTIME_ID. 2016-01-09 02:28:44 +01:00
x86-family.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00