[Freedos-devel] EMM386 release candidate #1

2004-03-24 Thread Michael Devore
The first release candidate version of EMM386 with VCPI support is available at ftp://ftp.devoresoftware.com/downloads in the files EMM386.ZIP and EMM386SR.ZIP, as executable and ASM+C source. Note well: the uncompressed executable name is now EMM386.EXE, and not the previous test release name

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-25 Thread Michael Devore
At 04:13 PM 3/24/2004 -0600, you wrote: >The first release candidate version of EMM386 with VCPI support is available at >ftp://ftp.devoresoftware.com/downloads in the files EMM386.ZIP and EMM386SR.ZIP, as >executable and ASM+C source. Note well: the uncompressed executable name is now >EMM386.

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-25 Thread Michael Devore
At 04:13 PM 3/24/2004 -0600, Michael Devore wrote: >The first release candidate version of EMM386 with VCPI support is available at >ftp://ftp.devoresoftware.com/downloads in the files EMM386.ZIP and EMM386SR.ZIP, as >executable and ASM+C source. Note well: the uncompressed executable name is no

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Luchezar Georgiev
On Thu, 25 Mar 2004 23:45:13 -0600, Michael Devore wrote: Second problem report: UDMA. Unfortunately UDMA 7.0 fails on my system across the board, although it finds the controller and identifies it plus the two drives. Under both HIMEM with and without EMM386, all four DMA tests fail and the

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Adam Peart
Interesting results between noems & ems. Before, noems wasn't working, but with this version it does. With noems: C:\>mem MEM: error: EMM call 41h Memory type Total - Used = Free (largest) - - --- Conventional640k 20.9k619k (

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Arkady V.Belousov
Hi! 25-Мар-2004 20:50 [EMAIL PROTECTED] (Michael Devore) wrote to [EMAIL PROTECTED]: MD> 4M linear addresses. Apparently, TASM uses 24-bit mode for LGDT and LIDT MD> even if it there is a 32-bit force attempt with PWORD PTR. Bah. I added an MD> explicit DB 66h override to make the descriptor t

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Arkady V.Belousov
Hi! 26-Мар-2004 11:06 [EMAIL PROTECTED] (Adam Peart) wrote to [EMAIL PROTECTED]: AP> Interesting results between noems & ems. Before, noems wasn't working, but AP> with this version it does. With noems: C:\>>mem AP> MEM: error: EMM call 41h In current MEMA this already changed (though, no

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Arkady V.Belousov
Hi! 26-Мар-2004 13:15 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to [EMAIL PROTECTED]: LG> What version of TASM do you use? I haven't had LGDT problems with TASM 5.3 LG> dated 30.V.2000. AFAIK, latest DOS version of TASM was 4.1. 5.x is version of TASM for Win32. --

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Michael Devore
At 11:06 AM 3/26/2004 -0500, Adam Peart wrote: >Interesting results between noems & ems. Before, noems wasn't working, but with this >version it does. With noems: >C:\>mem > >MEM: error: EMM call 41h That's right. NOEMS turns off the page frame. Rest of the mem info looks reasonable. >Also,

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Michael Devore
At 01:15 PM 3/26/2004 +0200, you wrote: >On Thu, 25 Mar 2004 23:45:13 -0600, Michael Devore wrote: > >>Second problem report: UDMA. Unfortunately UDMA 7.0 fails on my system across the >>board, although it finds the controller and identifies it plus the two drives. >>Under both HIMEM with and

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Paul Berger
On Fri, 2004-03-26 at 05:15, Luchezar Georgiev wrote: > On Thu, 25 Mar 2004 23:45:13 -0600, Michael Devore wrote: > > > Second problem report: UDMA. Unfortunately UDMA 7.0 fails on my system > > across the board, although it finds the controller and identifies it > > plus the two drives. Unde

Re: [Freedos-devel] EMM386 release candidate #1

2004-03-26 Thread Michael Devore
At 11:06 AM 3/26/2004 -0500, Adam Peart wrote: >Also, I ran slowdown and it still crashes. >SLOWDOWN 3.10, (C) 1993-2002, Bret Johnson. I added support for emulation of the WBINVD CPU instruction in EMM386. That appears to be the last of what it needs, as SLOWDOWN was running on my system. Judg