mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 05:19:20 +00:00
Added memory tracker to serial port
This commit is contained in:
@ -15,6 +15,12 @@
|
||||
#include "Core/smbios.hpp"
|
||||
#include "Tests/t.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
bool EnableExternalMemoryTracer = false; /* This can be modified while we are debugging with GDB. */
|
||||
char mExtTrkLog[MEM_TRK_MAX_SIZE];
|
||||
LockClass mExtTrkLock;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Fennix Kernel
|
||||
* -------------
|
||||
|
Reference in New Issue
Block a user