-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A0 01 #249
base: master
Are you sure you want to change the base?
A0 01 #249
Conversation
If the volume is local then return suitable information, as either FAT or FAT32. Currently FDPP and FreeDOS don't support LFN natively, so values are chosen to reflect that. If DOSLFN is loaded then its own handler will used in preference. If the disk is remote then query the respective redirector via int2f/11a0 (an extension) for the relevant values. If the redirector dosen't support the extension, then we pretend that the kernel doesn't support int21/71a0.
What are your thoughts about the |
What do you propose? |
I was thinking of removal of that config option, but I suppose it may be too early. I'll just need to disable the test for it under FDPP. |
Yes, I think its mainly historic. But I guess disabling LFNs should |
Ah, commit hashes didn't work, |
For discussion