serenity/Kernel/Arch
Tom 6448964485 Kernel: Implement booting all CPU cores on x86_64
The AP boot code was partially adapted to build on x86_64 but didn't
properly jump into 64 bit mode. Furthermore, the APIC code was still
using 32 bit pointers.

Fixes #12662
2022-02-21 17:46:02 +01:00
..
aarch64 Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64 2022-02-18 01:48:18 +01:00
x86 Kernel: Implement booting all CPU cores on x86_64 2022-02-21 17:46:02 +01:00
DeferredCallEntry.h
Processor.h Kernel: Move architecture dependent includes to the top in Processor.h 2021-12-11 13:23:27 -08:00
ProcessorSpecificDataID.h Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h 2021-12-11 13:23:27 -08:00
RegisterState.h
ScopedCritical.h
SmapDisabler.h
Spinlock.h