rulimine/stage2/sys
mintsuki e0f0d96875 LAPIC: Fix bug where wrong CPUID bit was tested to check for APIC 2020-10-26 17:37:35 +01:00
..
a20.c Move A20 handler out of bootsector and into stage 2 2020-10-16 16:06:39 +02:00
a20.h Move A20 handler out of bootsector and into stage 2 2020-10-16 16:06:39 +02:00
cpu.h Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-24 08:07:46 +02:00
e820.c Remove instances in which conv_mem_alloc() was implicitly used as a realloc() as that subtly introduces bugs 2020-10-20 09:01:19 +02:00
e820.h Reorganise headers 2020-09-21 12:15:55 +02:00
lapic.c LAPIC: Fix bug where wrong CPUID bit was tested to check for APIC 2020-10-26 17:37:35 +01:00
lapic.h Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-24 08:07:46 +02:00
pic.c Fix up some inline assembly in sys/cpu.h 2020-10-01 20:05:41 +02:00
pic.h Reorganise headers 2020-09-21 12:15:55 +02:00
smp.c SMP: Fix struct duplication bug 2020-10-25 12:45:49 +01:00
smp.h SMP: Fix struct duplication bug 2020-10-25 12:45:49 +01:00
smp_trampoline.asm stivale2: Finish implementing x2APIC support 2020-09-27 01:32:47 +02:00