home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3172 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: phoenix.owl.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <4et07r$lj9@wn1.sci.kun.nl>
  4. From: "Frank Wille" <frank@phoenix.owl.de>
  5. Date: Tue, 06 Feb 1996 21:33:09 +0200
  6. X-NewsReader: IntuiNews 1.3b Beta 3 (5.11.95)
  7. Subject: Re: Virtual memory on an 68000? Is it possible?
  8. Message-ID: <42116497@phoenix.owl.de>
  9. Organization: Phantasm
  10.  
  11. Iede Snoek wrote on 2 Feb 1996 12:31:55 GMT
  12. about "Virtual memory on an 68000? Is it possible?" :
  13.  
  14.  
  15. IS> I'm currently trying to expand the memory of my A500. I heard there
  16. IS> are programs that use hard-disk files as virtual memory. I
  17.  
  18. Yes.
  19.  
  20.  
  21. IS> unfortunately forgotten the names of those programs. Does anyone of
  22. IS> these sort of programs.
  23.  
  24. Best one IMHO is VMM v3.x. You will find it on Aminet. But it won't
  25. run with a 68000, of course.
  26.  
  27.  
  28. IS> If there aren't such programs, I'd like to undertake this task myself.
  29. IS> Anyone have any suggestions for tackling such a job? I was thinking
  30. IS> that I should do something with the address error, which automatically
  31. IS> generated by a non-existent real address. But maybe there are other
  32. IS> possibilities.
  33.  
  34. You're speaking about a bus error. An address error is generated by
  35. accessing an odd address on 68000 and 010 CPU's.
  36.  
  37. You will need a 68010 at a minimum to support virtual memory. The
  38. 68000 doesn't support instruction continuation and the information
  39. in the exception stack frame is not sufficient for simulating an
  40. access.
  41.  
  42.  
  43. -- _
  44. _ // Frank      EMail: frank@phoenix.owl.de
  45. \X/             IRC:   Phx @ #amiga(ger)
  46.  
  47.