1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 15:15:08 +00:00
serenity/Kernel/Arch/x86/VGA
Liav A 48f3d762af Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
The new VGAIOArbiter class is now responsible to conduct x86-specific
instructions to control VGA hardware from the old ISA ports. This allows
us to ensure the GraphicsManagement code doesn't use x86-specific code,
thus allowing it to be compiled within non-x86 kernel builds.
2022-09-23 17:22:15 +01:00
..
IOArbiter.cpp Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory 2022-09-23 17:22:15 +01:00
IOArbiter.h Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory 2022-09-23 17:22:15 +01:00