Open_Boot_Log


include vmm.inc

VMMcall Open_Boot_Log
xor     eax, eax
jnz     log_not_enabled

Opens the system boot log. Any data written to the system boot log after calling this service is appended to the end of the log. Uses EAX and Flags.

See also Close_Boot_Log, EnableDisable_Boot_Log