1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 07:27:35 +00:00
serenity/Kernel/Arch/x86/x86_64/Boot
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
..
ap_setup.S Kernel: Implement booting all CPU cores on x86_64 2022-02-21 17:46:02 +01:00