1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:42:08 +00:00
serenity/Kernel/Arch/x86/common
Gunnar Beutner 389bf82889 Kernel: Add CPUID flag for long mode
This isn't particularly useful because by the time we've entered
init() the CPU had better support x86_64 anyway. However this shows the
CPU flag in System Monitor - even in 32-bit mode.
2021-06-26 11:08:52 +02:00
..
Boot Kernel: Move Multiboot header into a separate file 2021-06-25 15:19:09 +02:00
ASM_wrapper.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
CPU.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
Interrupts.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
Processor.cpp Kernel: Add CPUID flag for long mode 2021-06-26 11:08:52 +02:00
ProcessorInfo.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
TrapFrame.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00