1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Kernel/Arch/x86/common
Gunnar Beutner 9b431cbe42 Kernel: Avoid unnecessary jump in the boot code
The 32-bit boot code jumps to 0xc0000000 + entry address once page
tables are set up. This is unnecessary for 64-bit mode because we'll
do another far jump just moments later.
2021-07-16 18:50:59 +02:00
..
Boot Kernel: Avoid unnecessary jump in the boot code 2021-07-16 18:50:59 +02:00
ASM_wrapper.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
CPU.cpp Kernel: Remove unused header includes in Arch subtree 2021-07-11 21:37:38 +02:00
Interrupts.cpp Kernel: Fix incorrect indentation 2021-07-05 17:12:56 +02:00
Processor.cpp Kernel: Detect and display CPUID Hyper-V data 2021-07-14 13:52:34 +02:00
ProcessorInfo.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
SafeMem.cpp Kernel: Fix safe_memset not setting the last few bytes in some cases 2021-07-04 18:54:16 +02:00
TrapFrame.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00