mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Make TextModeConsole store VGA window base as VirtualAddress
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user