On Tue, 19 Mar 2002, Grigory Batalov wrote:

>    When I use dosemu 1.1.2.9 there is much messages appears
>  in ~/dosemu/boot.log:
> 
> <skip>
> debug flags: -a+c
> <skip>
> TIME: using 9154 usec for updating ALRM timer
> BUG: AC,ID set; flags changed to 000b0202
> BUG: AC,ID set; flags changed to 00030046
> BUG: AC,ID set; flags changed to 00030046
> BUG: AC,ID set; flags changed to 000b0202
> BUG: AC,ID set; flags changed to 000b0202
> BUG: AC,ID set; flags changed to 000b0202
> BUG: AC,ID set; flags changed to 00030046
> <skip>
> 
>   What is this 'BUG' and can I disable this messages?

it's in src/emu-i386/do_vm86.c

#ifndef X86_EMULATOR
    /* This will protect us from Mr.Norton's bugs */
    if (_EFLAGS & (AC|ID)) {
      _EFLAGS &= ~(AC|ID);
      dbug_printf("BUG: AC,ID set; flags changed to %08x\n",_EFLAGS);
    }
#endif

I have no idea why this is there. But I could investigate when this
happens.

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to