1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 09:41:56 +00:00

Small fixes

This commit is contained in:
momo5502
2023-12-10 09:40:41 +01:00
parent 046df34929
commit 8d2b581adf
2 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ namespace
driver create_driver()
{
return driver{std::filesystem::absolute(DRIVER_NAME), "HyperHook"};
return driver{std::filesystem::absolute(DRIVER_NAME), "HyperHookDriver"};
}
driver_device& get_driver_device()