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

Complete DOS support for tools #10

Open
OPNA2608 opened this issue Dec 7, 2021 · 2 comments · May be fixed by #11
Open

Complete DOS support for tools #10

OPNA2608 opened this issue Dec 7, 2021 · 2 comments · May be fixed by #11

Comments

@OPNA2608
Copy link
Owner

OPNA2608 commented Dec 7, 2021

loadtest finally works on 16-bit DOS now! But we still have abit to go:

  • p86extract runs out of allocation memory
    Bildschirmfoto von 2021-12-07 21-37-59
    That allocation name & amount look suspicious as well. Identical in loadtest's attempt at the same large allocation.
  • Prolly a smarter (read: more automatic) way of handling P86_ImportFile(Slim)
    • CMake option() that sets a define & preprocessor magic for merging P86_ImportFileSlim into P86_ImportFile, or making the latter into a wrapper around the preferred implementation & keeping both ways as separate functions.
@OPNA2608
Copy link
Owner Author

Allocation name & amount fixed by 11b0cec.

@OPNA2608
Copy link
Owner Author

Checklist:

  • loadtest
  • p86extract
    Doesn't crash but reads garbage data in USE_LOWMEM mode.
  • p86create
    Untested

@OPNA2608 OPNA2608 linked a pull request Dec 10, 2022 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant