toaruos/kernel/arch/x86_64
2021-11-24 17:33:38 +09:00
..
bootstrap.S x86_64: Support multiboot2 loaders 2021-10-20 16:03:05 +09:00
cmos.c kernel: Use local APIC timer for preemption on APs, not an IPI 2021-11-14 17:16:20 +09:00
gdt.c kernel: Fix gdt install clobbering symbol table, or whatever else ends up after it 2021-10-24 16:23:56 +09:00
idt.c x86_64: fixup bad memory walk when doing backtraces 2021-11-24 17:33:38 +09:00
irq.S irq: Mark isr_common as global so it shows up in symbol table 2021-10-25 18:23:50 +09:00
link.ld misaka: initial merge 2021-05-31 10:54:11 +09:00
main.c x86_64: Don't wrap version codename in quotes as we're doing that directly now 2021-10-30 15:24:36 +09:00
mmu.c kernel: prevent modules from being loaded multiple times 2021-11-18 19:47:28 +09:00
pic.c misaka: initial merge 2021-05-31 10:54:11 +09:00
pit.c misaka: initial merge 2021-05-31 10:54:11 +09:00
ports.c misaka: initial merge 2021-05-31 10:54:11 +09:00
ps2hid.c ps2hid: Fixup initialization sequence; unbreaks scrollwheel in vbox 2021-07-08 18:46:04 +09:00
serial.c kernel: exclude serial ports from pts numbering; start numbering at 1 2021-11-04 19:17:21 +09:00
smp.c kernel: Use local APIC timer for preemption on APs, not an IPI 2021-11-14 17:16:20 +09:00
user.c kernel: Should not need to use temporary buffer for fxsave/rstr 2021-09-02 18:04:44 +09:00