libopenpmd icon indicating copy to clipboard operation
libopenpmd copied to clipboard

Complete DOS support for tools

Open OPNA2608 opened this issue 3 years ago • 2 comments

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 avatar Dec 07 '21 20:12 OPNA2608

Allocation name & amount fixed by 11b0cecbf9edc2931e0e1868afade5afb164727d.

OPNA2608 avatar Dec 17 '21 08:12 OPNA2608

Checklist:

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

OPNA2608 avatar Dec 17 '21 15:12 OPNA2608