mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-07-07 00:09:58 +00:00
Small fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user