mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Renamed "Tracker" to "MemMgr" because it could be used for shared memory and more useful features
This commit is contained in:
@ -47,7 +47,7 @@ namespace Driver
|
||||
{
|
||||
unsigned long DriverUID;
|
||||
void *Address;
|
||||
Memory::Tracker *MemTrk;
|
||||
Memory::MemMgr *MemTrk;
|
||||
DriverInterruptHook *InterruptHook[16];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user