1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Kernel/Graphics/Console
kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction
All users which relied on the default constructor use a None lock rank
for now. This will make it easier to in the future remove LockRank and
actually annotate the ranks by searching for None.
2022-08-19 20:26:47 -07:00
..
BootFramebufferConsole.cpp Kernel: Move TrapFrame into its own header on aarch64 2022-08-14 09:44:48 +01:00
BootFramebufferConsole.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
Console.h Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ContiguousFramebufferConsole.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ContiguousFramebufferConsole.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
GenericFramebufferConsole.cpp Kernel/Console: Fix gaps between background glyph color 2022-06-11 12:19:29 +01:00
GenericFramebufferConsole.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
VGATextModeConsole.cpp Kernel/Graphics: Allocate VGA window region according to the usual rules 2022-07-13 19:15:17 +01:00
VGATextModeConsole.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00