1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 08:14:58 +00:00
serenity/Kernel/Graphics/Console
Liav A 02b73cb93d Kernel/Graphics: Be more consistent about arguments passing
This fixes a bug that was reported on this discord server by
@ElectrodeYT - due to the confusion of passing arguments in different
orders, we messed up and triggered a page fault due to faulty sizes.
2021-05-17 00:30:40 +01:00
..
Console.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
FramebufferConsole.cpp Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
FramebufferConsole.h Kernel/Graphics: Be more consistent about arguments passing 2021-05-17 00:30:40 +01:00
TextModeConsole.cpp Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
TextModeConsole.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
VGAConsole.cpp Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
VGAConsole.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00