mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Print scheduler state to the display console
This commit is contained in:
parent
20743e8aed
commit
99eab4667a
Notes:
sideshowbarker
2024-07-18 18:00:35 +09:00
Author: https://github.com/supercomputer7
Commit: 99eab4667a
Pull-request: https://github.com/SerenityOS/serenity/pull/6277
Reviewed-by: https://github.com/ElectrodeYT
Reviewed-by: https://github.com/awesomekling
3 changed files with 5 additions and 2 deletions
|
@ -26,6 +26,8 @@ public:
|
|||
void switch_to(unsigned);
|
||||
void initialize();
|
||||
|
||||
void switch_to_debug() { switch_to(1); }
|
||||
|
||||
NonnullRefPtr<VirtualConsole> first_tty() const { return m_consoles[0]; }
|
||||
NonnullRefPtr<VirtualConsole> debug_tty() const { return m_consoles[1]; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue