1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:07:46 +00:00
serenity/Kernel/Arch/x86/x86_64
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
..
Boot Kernel: Implement booting all CPU cores on x86_64 2022-02-21 17:46:02 +01:00
ASM_wrapper.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
InterruptEntry.cpp Kernel: Don't byteswap the ISR number on interrupt entry 2021-07-01 23:36:17 +02:00
Processor.cpp Kernel: Remove unnecessary includes from Thread.h 2022-01-30 16:21:59 +01:00
SyscallEntry.cpp Kernel: Implement and use the syscall/sysret instruction pair on x86_64 2021-12-28 23:15:38 +01:00