1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:07:34 +00:00

Kernel/Graphics: Unblank the screen when initializing bochs display

This commit is contained in:
Liav A 2021-07-03 16:42:40 +03:00 committed by Gunnar Beutner
parent 3fae7ca113
commit 00e4cc23cb
2 changed files with 14 additions and 0 deletions

View file

@ -46,6 +46,7 @@ private:
explicit BochsGraphicsAdapter(PCI::Address);
void set_safe_resolution();
void unblank();
bool validate_setup_resolution(size_t width, size_t height);
u32 find_framebuffer_address();