serenity/Kernel/Arch
Vladimir Serbinenko 342c707be3 Kernel: Don't use framebuffer if flag is not set
According to multiboot spec if flag for framebuffer isn't
set then corresponding fields are invalid. In reality they're set
to 0 but let's be defensive.
2023-10-03 16:19:03 -06:00
..
aarch64 Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
riscv64 Kernel/USB: Add driver_init section 2023-09-18 11:09:19 -06:00
x86_64 Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
CPU.h
CPUID.h Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
CurrentTime.h
DebugOutput.h
DeferredCallEntry.h
DeferredCallPool.cpp
DeferredCallPool.h
Delay.h
FPUState.h Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
init.cpp Kernel: Don't use framebuffer if flag is not set 2023-10-03 16:19:03 -06:00
InterruptManagement.h
Interrupts.h
IRQController.h
mcontext.h Toolchain: Add (basic) support for riscv64 2023-08-11 09:20:08 +02:00
PageDirectory.h
PageFault.cpp
PageFault.h
PCIMSI.h
PowerState.h Kernel: Simplify reboot & poweroff code flow a bit 2023-06-27 20:04:42 +02:00
Processor.cpp Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
Processor.h Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
ProcessorFunctions.include Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
ProcessorSpecificDataID.h
RegisterState.h
SafeMem.h
SmapDisabler.h
ThreadRegisters.h
TrapFrame.cpp Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
TrapFrame.h Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00