mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +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