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:
2024-09-18 00:56:48 +03:00
parent 999eb53364
commit 8e08046519
2 changed files with 12 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ namespace Kernel
};
Buffer m_output;
protected:
RecursiveSpinLock m_write_lock;
};