1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Kernel/Arch/x86
Gunnar Beutner 38fca26f54 Kernel: Add stubs for missing x86_64 functionality
This adds just enough stubs to make the kernel compile on x86_64. Obviously
it won't do anything useful - in fact it won't even attempt to boot because
Multiboot doesn't support ELF64 binaries - but it gets those compiler errors
out of the way so more progress can be made getting all the missing
functionality in place.
2021-06-24 09:27:13 +02:00
..
common Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
i386 Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
x86_64 Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
ASM_wrapper.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
CPU.h Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
CPUID.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
DescriptorTable.h Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
InterruptDisabler.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
Interrupts.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
ISRStubs.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MSR.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
PageDirectory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PageFault.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
Processor.h Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
ProcessorInfo.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
RegisterState.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
SafeMem.h Kernel: Enable building the kernel with -flto 2021-04-29 20:26:36 +02:00
ScopedCritical.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
SmapDisabler.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
TrapFrame.h Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
TSS.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00