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

_GETCLUS (7Eh) fills the buffer with 64 bytes instead of the expected 16 bytes #145

Open
nataliapc opened this issue Jan 10, 2025 · 1 comment · May be fixed by #149
Open

_GETCLUS (7Eh) fills the buffer with 64 bytes instead of the expected 16 bytes #145

nataliapc opened this issue Jan 10, 2025 · 1 comment · May be fixed by #149
Labels
bug Something isn't working
Milestone

Comments

@nataliapc
Copy link

_GETCLUS fills 64 bytes of the provided buffer instead of the expected 16 bytes.
The extra 48 bytes are filled with zeros.

Checked with:

  • Nextor 2.1.1b1
  • Nextor 2.1.2
@Konamiman Konamiman added the bug Something isn't working label Jan 19, 2025
@Konamiman
Copy link
Owner

Konamiman commented Jan 25, 2025

Hi, this is actually a bug in NEXTOR.SYS. If you invoke the function call directly in the kernel (via call 0F37Dh) you should get only the expected 16 bytes. I'll fix this, of course, but here goes a workaround to use meanwhile.

@Konamiman Konamiman added this to the v2.1.3 milestone Jan 25, 2025
@Konamiman Konamiman linked a pull request Jan 25, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants