I have returned to tweaking my port of WarpLink, a now public domain 8086 DOS OMF linker. (The ported files build with NASM and WarpLink itself. I run WarpLink using dosemu2 on our amd64 Debian server.)
I discovered the WarpHog utility, written in C, which I did not port yet. It provides a resident program that reserves an amount of DOS memory so that the specified size remains available.
The source text has an include directive for a file named ttsr.h. I was unable to find this in the repo or by searching the web.
It seems like the following functions are declared in the ttsr.h header:
- TsSetDefStk
- TsCheckResident
- TsRelease
- TsSwapType
- TsDoInit
Does anyone have this library in object form or as source text? Or is there at least any other trace of it?