Closed andrewbird closed 1 year ago
Can you reproduce that by hands,
w/o any tests? I think your tests do
tricks with default fdppconf.sys/fdppauto.bat
plus you set $_force_fs_redirect=(off)
which may affect doslfn too.
Actually I can't remember why that force_fs_redirect is non-default, perhaps I'll try removing it.
So I removed the $_force_fs_redirect=(off)
from the default config, but it made no difference. No changes are made to fdppconf.sys and fdppauto.bat for tests on FDPP. I've zipped up the test t1.zip, and you can run it by hand by doing:
bin/dosemu -n -f test-imagedir/dosemu.conf -o test.log --Fimagedir `pwd`/test-imagedir
Once in the dos environment, run the batchfile testit
Should now be fixed.
Cool, that fixed it for me, thanks!
I expanded an existing test to load doslfn first, then use djgpp's
_get_volume_info()
function to return the volume info for a FAT volume. With FreeDOS 1.3 it works as expected, but with FDPP I'm still getting the ERRNO 27 returned. Here's the testFreeDOS 1.3
FDPP