Re: [Freedos-devel] Beep command can't stop sounding when run in Intel Skylelake platorm.

2016-05-06 Thread Rugxulo
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

Re: [Freedos-devel] Beep command can't stop sounding when run in Intel Skylelake platorm.

2016-05-06 Thread Eric Auer
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 -

Re: [Freedos-devel] Beep command can't stop sounding when run in Intel Skylelake platorm.

2016-05-06 Thread perditionc
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

Re: [Freedos-devel] Beep command can't stop sounding when run in Intel Skylelake.

2016-05-06 Thread 孙国祥
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);

[Freedos-devel] Beep command can't stop sounding when run in Intel Skylelake platorm.

2016-05-06 Thread 孙国祥
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