* HAL hardware abstraction layer is used by the operating system to interact with the hardware.
* It is simply a dll call HAL.dll.
* What does HAL.dll does is that it provides the necessary drivers for your operating system to interact with hardware.
* The problem with a HAl.dll is that when you restore your operating system you need to use identical hardware for successful restore this was huge drawback with HAL.dll
* In new your operating system such as Windows 10 this dependency on HAL.dll is removed.
* Now when you restore your operating system the BIOS will detect the existing hardware or the new hardware on which the operating system is being restored.
* To configure this dynamic HAL you need to use a tool call BCDedit.
Bcdedit /set {current} detecthal yes
No comments:
Post a Comment