> 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 _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
