
  { This variable contains a boolean value that tells whether
  { the boot is executing.  This variable is set up in
  { dsm$boot_interrupt_handler and mtm$monitor_interrupt_handler.
  { It is set to true in dsm$boot_interrupt_handler and false
  { in mtm$monitor_interrupt_handler.

  VAR
    osv$boot_is_executing: [XREF] boolean;
