home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19311 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!portal!danb
  3. From: danb@shell.portal.com (Dan E Babcock)
  4. Subject: Re: Problem with Enforcer
  5. Message-ID: <C1LI6C.MEp@unix.portal.com>
  6. Sender: news@unix.portal.com
  7. Nntp-Posting-Host: jobe
  8. Organization: Portal Communications Company -- 408/973-9111 (voice) 408/973-8091 (data)
  9. References: <shf.728210763@well.sf.ca.us>
  10. Date: Fri, 29 Jan 1993 03:11:00 GMT
  11. Lines: 19
  12.  
  13. In article <shf.728210763@well.sf.ca.us> shf@well.sf.ca.us (Stuart H. Ferguson) writes:
  14. >I just pulled the lastest version of Enforcer off the net, installed
  15. >it and tried running my standard test suites and hit a brick wall.
  16. >
  17. >It seems that the system cannot allocate chip ram.  I get an Enforcer
  18. >hit at 00001FE0 and the AllocMem returns 0.  That address seems a bit
  19. >high for Enforcer protection.
  20. >
  21. >I have an RCS 68040 board.  Any ideas how to make Enforcer more
  22. >useful for me?  Thanx.
  23.  
  24. The problem is that Enforcer belives that access to the memory header at
  25. $1FE0 is an illegal access, so you get "a few" hits. :-)
  26. As you noticed, this also screws up the system. 
  27. There is a program called "MoveMH" which moves the chip mem header to
  28. fast RAM to avoid the bogus enforcer hits.
  29.  
  30. Dan
  31.  
  32.