Difference between revisions of "Shell Commands/MemTest"

From MorphOS Library

< Shell Commands

(Created page with "'''MemTest''' - Runs a memory test VERBOSE/S, QUIET/S, DISABLE/S, EXTENSIVE/S, REVERSE/S, DELAY/N <nowiki> VERBOSE - Be more precise on errors found...")
 
 
Line 1: Line 1:
 
'''MemTest''' - Runs a memory test
 
'''MemTest''' - Runs a memory test
  
VERBOSE/S, QUIET/S, DISABLE/S, EXTENSIVE/S, REVERSE/S, DELAY/N
+
VERBOSE/S, QUIET/S, DISABLE/S, EXTENSIVE/S, REVERSE/S, VMEM/S, PUBSCREEN, DELAY/N, LOOPS/N
 
  <nowiki>
 
  <nowiki>
 
VERBOSE  - Be more precise on errors found                                     
 
VERBOSE  - Be more precise on errors found                                     
Line 8: Line 8:
 
EXTENSIVE - Do a more complete memory test
 
EXTENSIVE - Do a more complete memory test
 
REVERSE  - This allocates memory from the top of the memory pool
 
REVERSE  - This allocates memory from the top of the memory pool
DELAY    - Delay (in seconds) to wait between each test</nowiki>
+
VMEM      - Tests the video memory on the graphics card
 +
DELAY    - Delay (in seconds) to wait between each test
 +
LOOPS    - Times to repeat the test</nowiki>

Latest revision as of 15:03, 6 March 2015

MemTest - Runs a memory test

VERBOSE/S, QUIET/S, DISABLE/S, EXTENSIVE/S, REVERSE/S, VMEM/S, PUBSCREEN, DELAY/N, LOOPS/N

VERBOSE   - Be more precise on errors found                                    
QUIET     - If specified, no messages are printed to the Shell
DISABLE   - Disables Multitasking while doing the test
EXTENSIVE - Do a more complete memory test
REVERSE   - This allocates memory from the top of the memory pool
VMEM      - Tests the video memory on the graphics card
DELAY     - Delay (in seconds) to wait between each test
LOOPS     - Times to repeat the test