minmem
utility. When you send in your title for encryption, 3DO Developer Services tests it in both the minimum memory environment and the nonrestricted, full memory environment. If your title does not run in both environments, 3DO Developer Services cannot accept it.
The following sections provide information about the minmem utility, including:
You are encouraged to write your title so it runs in the minimum memory environment but can take advantage of more memory if it becomes available in future versions of the 3DO system.
The development environment shell provides the minmem program. If you run minmem before you run your title, the system frees 45 * 32 KB DRAM and 63 * 16 KB VRAM for the application to use.
Note: The actual space available in the minimum memory configuration changes slightly with each release of the operating system. The numbers above are the minimum that's guaranteed to be available.
When and Why to Test Your Application with
minmem
You must test your title in the minimum memory configuration at three
points during the mastering process:
Warning: If your title doesn't run in the minimum memory configuration, 3DO Developer Services cannot issue a Right to Manufacture.
How to Use minmem
You can run minmem
in one of two ways:
minmem
at the Debugger prompt after running the 3DO
boot script, but before launching your title.
minmem
is included at the end of the
AppStartup script file during testing.