home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / minix / 4333 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.9 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!giac1.oscs.montana.edu!osymh
  2. From: osymh@giac1.oscs.montana.edu (Michael L. Hitch)
  3. Newsgroups: comp.os.minix
  4. Subject: Re: AmigaMinix
  5. Keywords: n
  6. Message-ID: <1992Aug28.170741.349@coe.montana.edu>
  7. Date: 28 Aug 92 17:07:41 GMT
  8. Article-I.D.: coe.1992Aug28.170741.349
  9. References: <1992Aug28.021419.7329@newshub.ariel.yorku.ca>
  10. Sender: usenet@coe.montana.edu (USENET News System)
  11. Organization: Montana State University, Bozeman  MT
  12. Lines: 25
  13.  
  14. In article <1992Aug28.021419.7329@newshub.ariel.yorku.ca> cs902125@ariel.yorku.ca (SHUK C YIP) writes:
  15. >Is Amiga version of Minix compatible with 68040 CPU?
  16. >Does it support MMU?
  17.  
  18. Unfortunately no.  The Prentice Hall version only supports the 60000 CPU, and
  19. the 1.5.10.1 and 1.5.10.2 updates will only support the 020 and 030 CPU.  The
  20. problem is that the 040 has different instructions for the cache control and
  21. the MMU control, which are not compatible with the 030 instructions.  If
  22. AmigaDOS recognized the 040 CPU (AmigaDOS 2.04 does), the minix loader
  23. program attempts to turn off MMU translation using the 030 instruction which
  24. is invalid on the 040.  The MOVEC CCR instruction used on the 030 to control
  25. the cache will execute on the 040, but the 040 has new instructions that
  26. actually control the cache.  The cache invalidate routines in mpx.s need to
  27. be changed to recognize that the CPU is an 040 and execute the proper
  28. instructions.
  29.  
  30. I think I was able to run Amiga Minix 1.5.10.1/1.5.10.2 on my PP&S 040 card
  31. when I was still running AmigaDOS 1.3 and had the 040 copyback cache off
  32. (which was required under 1.3 anyway).  AmigaDOS 1.3 recognized the CPU as
  33. a 020 and the minix loader didn't attempt to turn off MMU translation.
  34. -- 
  35. Michael L. Hitch            BITNET:    OSYMH@MTSUNIX1.BITNET
  36. Computer Services Consultant        INTERNET:  osymh@msu.oscs.montana.edu
  37. Office of Systems and Computing Services
  38. Montana State University    Bozeman, MT    USA
  39.