The suspend process has five steps: freeze all processes,
suspend and turn off devices, save processor state, store
the suspend image to disk, and power down. The resume
part also consists of five steps: start boot loader, start
kernel, read image from disk, restore process state, and
resume the device.