親プロセスの使用メモリーをswap
SWAP provides an application independent method for one MS-DOS
application to run another, even if both would normally not fit in
memory at the same time. A typical use is to temporarily swap out a
text editor so that you can run memory hungry compilers, linkers, or
even debuggers without losing your place in an editing session.
SWAP works by copying conventional memory used by the currently running
application to expanded memory, extended memory, or to a disk file,
thereby freeing conventional memory used by the application. SWAP then
runs the desired program before restoring the original environment.
某氏から要望があったので、環境変数を参照するようにpatchを当ててみました。
swap.com (Ver. 1.2)にsymdebでpatchを当てたものです。disk-fullが正しく検出
されないbugをfixすると共に、diskにswap outする場合のdirectoryを環境変数で指
定できるようにしました。
ソフト名: | swap |
---|---|
動作OS: | MS-DOS |
機種: | 汎用 |
種類: | フリーソフト |
作者: | WinZip Computing, Inc. 石塚 匡哉 |