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:
parent
3fae7ca113
commit
00e4cc23cb
2 changed files with 14 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue