The kernel's direct map provides code running in kernel mode with direct access to all physical memory installed in the system -- on 64-bit systems, at least. It obviously makes life easier for kernel developers, but the direct map also brings some ...