mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 10:11:43 +00:00
Kernel & User time stub
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Driver
|
||||
SmartLock(DriverDisplayPrintLock);
|
||||
debug("Requesting %ld pages from the kernel...", Size);
|
||||
void *ret = KernelAllocator.RequestPages(Size);
|
||||
debug("Got %p", ret);
|
||||
debug("Got %#lx", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user