mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
Kernel: Use established device name and number for framebuffer
This is to prepare for other framebuffer implementations, for which it would be inappropriate to use the /dev/bxvga device name.
This commit is contained in:
parent
e60577aab6
commit
53ddbce0b3
Notes:
sideshowbarker
2024-07-19 12:43:19 +09:00
Author: https://github.com/deoxxa
Commit: 53ddbce0b3
Pull-request: https://github.com/SerenityOS/serenity/pull/444
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ BXVGADevice& BXVGADevice::the()
|
|||
}
|
||||
|
||||
BXVGADevice::BXVGADevice()
|
||||
: BlockDevice(82, 413)
|
||||
: BlockDevice(29, 0)
|
||||
{
|
||||
s_the = this;
|
||||
m_framebuffer_address = PhysicalAddress(find_framebuffer_address());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue