1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Kernel/Graphics
Liav A 093a598c87 Kernel/Graphics: Send correct parameters to text console clear method
Apparently there was a wrong calculation result when we sent parameters
from TextModeConsole::clear_vga_row method - and we should stick to the
x, y mechanism of the clear method instead of doing the same calculation
which made it to happen twice actually.
2022-01-23 00:33:45 +00:00
..
Bochs Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
Console Kernel/Graphics: Send correct parameters to text console clear method 2022-01-23 00:33:45 +00:00
Intel Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
VirtIOGPU Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer 2022-01-13 00:20:08 -08:00
Definitions.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
FramebufferDevice.cpp Kernel: Handle promise violations in the syscall handler 2021-12-29 18:08:15 +01:00
FramebufferDevice.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
GenericFramebufferDevice.cpp Kernel: Handle promise violations in the syscall handler 2021-12-29 18:08:15 +01:00
GenericFramebufferDevice.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
GenericGraphicsAdapter.h Kernel: Remove unused String.h includes 2021-12-11 13:15:26 -08:00
GraphicsManagement.cpp Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
GraphicsManagement.h Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
VGACompatibleAdapter.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
VGACompatibleAdapter.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00