#: 15783 S12/OS9/68000 (OSK)
04-Jul-92 11:11:28
Sb: #15652-#MM/1 problems
Fm: Jay Truesdale 72176,3565
To: Bill Dickhaus 70325,523 (X)
Try this string of commands to test modules in memory (including ROM):
mdir -u ! grep -v sysgo ! ident -qmz
If your ROM is going south you should get bad CRCs for the ROM modules.
You can also use this method as a brute force quick and dirty memory test by
loading the entire contents of the CMDS directory into RAM and doing the same
thing. This can get tricky as some programs like to put non OS9 modules in the
CMDS directory which then won't load. I got around this by giving all of the
all of the non OS9 modules uppercase names and using the command string:
dir -u ! grep [a-z] ! load -zd
I think that's close, I'm doing this all from memory. Hope this helps.
-J
There is 1 Reply.
|