metal-cos/sys/amd64
2015-11-20 12:23:36 -08:00
..
include Use NMIs to halt all cores when entering the debugger and resume all cores on exit. 2015-02-28 20:18:38 -08:00
critical.c Making more functions static 2015-02-16 13:32:14 -08:00
debug.c Enable interrupts in debug mode so keyboard works. Fixed crosscall off by one due to previous change. 2015-11-20 12:23:36 -08:00
disasm.c Fixing warnings and small fixes. 2014-09-04 18:21:18 -07:00
ioapic.c Making more functions static 2015-02-16 13:32:14 -08:00
irq.c Build improvements 2014-07-21 23:43:01 -07:00
kernel.lds Improve build portability. 2014-10-09 21:05:02 -07:00
lapic.c Use NMIs to halt all cores when entering the debugger and resume all cores on exit. 2015-02-28 20:18:38 -08:00
machine.c Enable saving/restoring XMMs so that Clang works 2015-02-24 16:57:30 -08:00
mbentry.c Build improvements 2014-07-21 23:43:01 -07:00
mp.c Enable interrupts in debug mode so keyboard works. Fixed crosscall off by one due to previous change. 2015-11-20 12:23:36 -08:00
mpboot.S Ensure we clear bits we don't want set in cr0 on APs 2015-03-03 16:12:37 -08:00
multiboot.S Basic MP bootup works 2015-02-15 17:00:55 -08:00
pci.c Build improvements 2014-07-21 23:43:01 -07:00
pmap.c Making more functions static 2015-02-16 13:32:14 -08:00
support.S Implemented CopyStrIn/Out to fix bugginess of using CopyIn/Out wrapping passed a mapped page. 2015-01-19 17:57:20 -08:00
switch.S Implement kernel threads and a round-robin scheduler 2014-07-23 18:07:07 -07:00
thread.c Enable saving/restoring XMMs so that Clang works 2015-02-24 16:57:30 -08:00
time.c Making more functions static 2015-02-16 13:32:14 -08:00
trap.c Use NMIs to halt all cores when entering the debugger and resume all cores on exit. 2015-02-28 20:18:38 -08:00
trapentry.S Segment registers and TSS bugfix that caused triple faults. Also includes part of the Spawn system call implementation. 2014-11-26 13:49:17 -08:00
xmem.c Making more functions static 2015-02-16 13:32:14 -08:00