home *** CD-ROM | disk | FTP | other *** search
- *************************************************************************
- * *
- * MemDisplay (29-Jun-95) by Per-Olof Yliniemi *
- * *
- * Copyright © 1995 - All Rights Reserved *
- * *
- *************************************************************************
- * *
- * DISCLAIMER: No responsibility can be taken on the part of the author *
- * for any consequences that may occur as a result of using this *
- * program. Every part of the program has been thoroughly tested to *
- * to its specified limits and any known specific limitations of the *
- * program are stated within this documentation. *
- * *
- *************************************************************************
- * *
- * COPYRIGHT: This program is DISKWARE. If you use it, send me one or *
- * more disk(s) with freely distributable programs (PD, Shareware, *
- * Freeware, ???ware). The program may be freely distributed as long *
- * as all files are distributed and unmodified. *
- * *
- * The program may not be sold for any profit (a nominal fee for *
- * copying is accepted). *
- * *
- * This program may not be used as a part of any commercial packages *
- * without my permission. The source code for this program may not be *
- * reproduced by disassembling or reversing the development process in *
- * any way. *
- * *
- *************************************************************************
-
- Introduction:
- ~~~~~~~~~~~~~
- This little program is written for usage in the startup-sequence. It
- tests all free memory (can be interrupted with RMB), and reports any
- faults found in mem. The program only tells you that there are some
- error in your memory. Use MemTest (another of my programs) to get the
- exact address of the error.
-
- Inspired by the PC's little (noisy) memory "tester" that is inside
- the BIOS. The PC doesn't check the memory, it just checks how much
- memory is installed.
-
- Requirements/Usage:
- ~~~~~~~~~~~~~~~~~~~
- This program requires v37 (2.0) or above of the operating system.
-
- The program should only be started from CLI (startup-sequence),
- preferrably as the first thing started after SetPatch and memory
- adding commands. Once running, the program can be terminated using
- RMB (if you don't have time to wait for its completion).
-
-
- Bugs/Limitations:
- ~~~~~~~~~~~~~~~~~
- The program only tests memory that is added to the system (by autoconfig
- or by Exec/AddMem() ), and it can only handle 97.6M memory for now.
-
- ---------------------------------------------------------------------------
-
- All kinds of freely distributable programs (new software...) are accepted
- as a contribution for this program. If you are a programmer, send me some
- of your own code.
-
- Contributions and bug reports for this program should be sent to:
-
-
- Per-Olof Yliniemi
- Muoniovaara
- S-980 64 Muodoslompolo
- SWEDEN
-
- Note:
- If you want to have the source code for this program, and maybe use it
- in your own programs, send me some equivalent assembly language program
- that YOU have written (about 450 lines of source, 1200 bytes exe).
-
- ---------------------------------------------------------------------------
-