EnableDisable_Boot_Log


include vmm.inc

move    eax, fEnable
VMMcall EnableDisable_Boot_Log

Enables or disables boot logging from the virtual machine manager (VMM). This service is intended to be used by the system (IOS) to indicate whether it is safe to write to the disk; other VxDs should not use this service. Uses Flags.

fEnable

Enable flag. If non-zero, enables boot logging; if zero, disables it.

See also Close_Boot_Log, Open_Boot_Log