Get_Boot_Flags


include vmm.inc

VMMCall Get_Boot_Flags

mov [BootFlags], eax

Retrieves the boot-time flags. Uses Flags.

BOOT_CLEAN (00000001H)

BOOT_DOSCLEAN(00000002H)

BOOT_NETCLEAN (00000004H)

BOOT_INTERACTIVE (00000008H)