Hi,
On Fri, May 6, 2016 at 8:05 AM, wrote:
>
> On May 6, 2016 6:42 AM, "MikeSun(孙国祥)" wrote:
>>
>> Hello developer,
>>
>> I’m BIOS vendor-AMI.
>>
>> When we test FreeDOS latest version, w found beep command can't stop
>> sounding in Intel Skylake platform.
>>
>> But we build beep source code(fr
Hi :-)
>> I’m BIOS vendor-AMI.
>>
>> When we test FreeDOS latest version, w found beep command can't stop
>> sounding in Intel Skylake platform.
In related news, the tab completion beep of FreeCOM can hang in DOSEMU.
Regards, Eric
-
On May 6, 2016 6:42 AM, "MikeSun(孙国祥)" wrote:
>
> Hello developer,
>
>
>
> I’m BIOS vendor-AMI.
>
> When we test FreeDOS latest version, w found beep command can't stop
sounding in Intel Skylake platform.
>
>
>
> But we build beep source code(from FreeDos open source) by Watcom C tool
and run beep
More information:
About Intel chipset - skylake, it doesn't support legacy IO 61h.
But Intel reference code adds a patch to support 61h by system IO Trap SMI.
As below...
//
// Read from Port 61h, toggle bit4 based on the internal state
//
ReadValue = IoRead8 (0x61);
Hello developer,
I’m BIOS vendor-AMI.
When we test FreeDOS latest version, w found beep command can't stop sounding
in Intel Skylake platform.
But we build beep source code(from FreeDos open source) by Watcom C tool and
run beep.exe in FreeDOS. Beep.exe work normally.
Did anybody meet this