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

  1. Path: doc.ic.ac.uk!not-for-mail
  2. From: mdf@doc.ic.ac.uk (Martin Frost)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Virtual memory on an 68000? Is it possible?
  5. Date: 16 Feb 1996 17:18:24 -0000
  6. Organization: Dept. of Computing, Imperial College, University of London, UK.
  7. Distribution: world
  8. Message-ID: <4g2e90$267@oak73.doc.ic.ac.uk>
  9. References: <4et07r$lj9@wn1.sci.kun.nl> <42116497@phoenix.owl.de> <31222D21.5783@info.unicaen.fr>
  10. Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
  11. NNTP-Posting-Host: oak73.doc.ic.ac.uk
  12. X-Newsreader: mxrn 6.18-23
  13.  
  14.  
  15. Frank Wille wrote:
  16. > You will need a 68010 at a minimum to support virtual memory. The
  17. > 68000 doesn't support instruction continuation and the information
  18. > in the exception stack frame is not sufficient for simulating an
  19. > access.
  20.  
  21. It would certainly be possible to build a hardware device to generate an NMI
  22. when a certain range of addresses was accessed, and then the CPU could turn
  23. those into disk reads via a subtask. The difficulty would be temporarily
  24. stopping the task performing the read while you made the disk access. Oh,
  25. and you still couldn't have more than 16Mb of address space (ie about 12 Mb
  26. of total RAM, and even that much would be messy)
  27.  
  28. Martin
  29.