Alain: about the translations, just go to fdos.org/kernel and get freecom.HEAD.zip for the latest CVS sources. Although they don't include my changes, I haven't changed any messages from that version, so traslating that should be fine.
On 6/8/06, Blair Campbell <[EMAIL PROTECTED]> wrote: > > MKDIR / MD, RMDIR / RD, CHDIR / CD and POPD are all broken. Maybe > > because you try to use LFN functions. I tested in plain DOS without > > LFN drivers. Please make sure that LFN functions are only > > used when some LFN install test is okay for THAT drive. It > > can happen that you have LFN support only on SOME but not ALL > > drives so FreeCOM has to check for that. > > OK. That is now fixed and the new version is uploaded. Since that is > the only *new* problem reported :-), I will proceed to commit the > changes to CVS. As it turns out, the problem was not with CF not > being set, but I needed to add << 8 to r.r_ax = func to make r.r_ax = > func << 8 so that it would be 0x3B00 instead of 0x3B. That's what > made it fail. But just to be sure, I added the code to set CF as > well. The new binary is in the same location. > > -- > Fall is my favorite season in Los Angeles, watching the birds change > color and fall from the trees. > David Letterman (1947 - ) > > See ya > -- Fall is my favorite season in Los Angeles, watching the birds change color and fall from the trees. David Letterman (1947 - ) See ya _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
