Set_Boot_Flags


include vmm.inc

mov eax, BootFlags
VMMCall Set_Boot_Flags

Sets the boot-time flags. Virtual devices should have no need to call this service. Uses Flags.

BootFlags

Boot time flags. Can be one of the following:

BOOT_CLEAN (00000001H)

BOOT_DOSCLEAN(00000002H)

BOOT_NETCLEAN (00000004H)

BOOT_INTERACTIVE (00000008H)