Skip to content
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

Possible FindFirst/Int24 bug #39

Open
shidel opened this issue May 18, 2020 · 0 comments
Open

Possible FindFirst/Int24 bug #39

shidel opened this issue May 18, 2020 · 0 comments

Comments

@shidel
Copy link

shidel commented May 18, 2020

Not completely sure this is a bug, or just odd compatibility behavior.

VM consisting of 1 virtual HDD.
No LFN support TSR running.
Program Traps Int 24 to prevent OS from throwing up error messages.

Performing FindFirst to drive D:, int24 invoked, FindFirst reports error (i think path not found).
Performing FindFirst on unpartitioned C:, int24 invoked, FindFirst reports error (same).
Performing FindFirst on partitioned, but unformatted C:, int24 invoked, FindFirst reports no error, (only no more matching files).
Performing FindFirst on partitioned and formatted C:, int24 not invoked and all works as it should.

To me, it seems like it should report an error when doing a FindFirst on an unformatted C: drive. But, IDK if its a compatibility thing or not. Haven't tested this on other DOSes. Obviously, it is not difficult to work around. Just wanted to point it out.

:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant