Kernel: Add asserts about having locked TTY's write lock
This for some reason fixes booting on real hardware? :D
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Kernel
|
||||
};
|
||||
Buffer m_output;
|
||||
|
||||
protected:
|
||||
RecursiveSpinLock m_write_lock;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user