1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 18:55:08 +00:00
serenity/Kernel/Arch/x86/common/Boot
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.S Kernel: Avoid unnecessary jump in the boot code 2021-07-16 18:50:59 +02:00
multiboot.S Kernel: Move Multiboot header into a separate file 2021-06-25 15:19:09 +02:00