mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel: Make TextModeConsole store VGA window base as VirtualAddress
This commit is contained in:
parent
3e07b04564
commit
6f2c7ecbbb
2 changed files with 4 additions and 3 deletions
|
@ -39,7 +39,8 @@ private:
|
|||
explicit TextModeConsole(const VGACompatibleAdapter&);
|
||||
|
||||
mutable Spinlock m_vga_lock;
|
||||
u8* m_current_vga_window { nullptr };
|
||||
|
||||
VirtualAddress m_current_vga_window;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue