Re: [Freedos-devel] COPY /B FILE+,,

2013-07-19 Thread Rugxulo
Hi, On Fri, Jul 19, 2013 at 11:32 AM, Matej Horvat wrote: > > I read this a few days ago and it might be worth mentioning here: > > http://blogs.msdn.com/b/oldnewthing/archive/2013/07/10/10432879.aspx > > COPY /B FILE+,, produces an error in FreeCOM and so does COPY /B FILE+. > > I'm not sure whe

Re: [Freedos-devel] Jeremy's Kernel fix

2013-07-19 Thread Bertho Grandpied
Jeremy. wrote : > Please download the kernel again and let me know if there is any change. Success !!! > Also after the umbrella driver a debug line should be printed, please let me know the value you see old=27e int=280 direct=280 ... Seems OK to me, you nailed it this time ! Additionally m

Re: [Freedos-devel] Kernel EBDA+UMB bug - micellanea

2013-07-19 Thread Kenneth J. Davis
On Jul 19, 2013 12:31 PM, "Bertho Grandpied" wrote: > > Hi Jeremy ! > > I'm glad someone (you) is / are fixing this issue. I have made a driver which fixes it > successfully in conjunction with the flawed kernels, and I was wondering whether I should have > to bundle that proof-of-concept with the

Re: [Freedos-devel] Kernel EBDA+UMB bug - FREEFIX

2013-07-19 Thread Bertho Grandpied
Forgotten while sending the previous mail to the list (in reply to Jeremy) : Now back from mowing my jungllawn, I'm attaching the tiny FREEFIX.SYS (348 bytes) which is simply implementing the fix I gave the principle /in words/ in an earlier reply. Usage : insert a line with " DEVICE= FREEFIX

[Freedos-devel] COPY /B FILE+,,

2013-07-19 Thread Matej Horvat
I read this a few days ago and it might be worth mentioning here: http://blogs.msdn.com/b/oldnewthing/archive/2013/07/10/10432879.aspx COPY /B FILE+,, produces an error in FreeCOM and so does COPY /B FILE+. I'm not sure whether this can be considered a bug or not, so that's why I'm posting it

Re: [Freedos-devel] Kernel EBDA+UMB bug - micellanea

2013-07-19 Thread Bertho Grandpied
Hi Jeremy ! I'm glad someone (you) is / are fixing this issue. I have made a driver which fixes it successfully in conjunction with the flawed kernels, and I was wondering whether I should have to bundle that proof-of-concept with the EBDA mover. Obviously a kernel fix is infinitely cleaner !