mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Kernel: Convert klog() => dmesgln() in MemoryManager
This commit is contained in:
parent
232738fb7a
commit
b007bc07b7
2 changed files with 4 additions and 13 deletions
|
@ -105,8 +105,6 @@ struct PhysicalMemoryRange {
|
|||
size_t length {};
|
||||
};
|
||||
|
||||
const LogStream& operator<<(const LogStream& stream, const UsedMemoryRange& value);
|
||||
|
||||
#define MM Kernel::MemoryManager::the()
|
||||
|
||||
struct MemoryManagerData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue