19/05/22 07:00:05.71 93FTvaUQ.net
>>84
ユーザーモードのプロセスレベルではハイバネーションと高速スタートアップに大した違いはない
一方カーネルモードのデバイスドライバーにとってはコールドブート時の手順とは違った動作となる
普通のハイバネーションでは再起動時にデバイスドライバーは全ての復帰手順をたどるのに対して
高速スタートアップではドライバーの状態もHiberfil.sysに含めて保存してブート時の手順の一部を
省略して高速化を図るのが特徴
URLリンク(docs.microsoft.com)
During a cold startup, the boot loader constructs a kernel memory image by loading the sections of the Windows kernel
file into memory and linking them. Next, the kernel configures core system functions, enumerates the devices attached
to the computer,and loads drivers for them.
In contrast, a fast startup simply loads the hibernation file (Hiberfil.sys) into memory to restore the previously saved
image of the Windows kernel and loaded drivers. A fast startup tends to take significantly less time than a cold startup.