home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0249.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.2 KB  |  27 lines

  1. On Dec 12, 10:34am, Tom Hayko wrote:
  2. > I'm trying to get NetBSD working on my A4000/A2091 combination (finally got
  3. > the 2091 away from my wife :).  I know that vmunix-40.713 won't work (it
  4. > thinks I'm running on a 3000 and I get MMU faults, the same as Patrick 
  5. > Vervoorn), and I'm trying to get a copy of vmunix.720.  I tried ftp.eunet.ch,
  6. > att2.cs.mankato.msus.edu and ftp.luth.se and it does seem to be on any of
  7. > them.  Where can I get it?  Will it work any better on my A4000/A2091?
  8.  
  9.   Wasn't the vmunix.720 in the incoming directory instead of the kernel
  10. directory?
  11.  
  12.   The 720 kernel will have a flag that you can binpatch to disable the A3000
  13. check.  The symbol is _a3000_flag and should be patched to 0 if you don't have
  14. an A3000, but do have memory above 0x07000000.  There is also a corresponding
  15. flag for the A4000:  _a4000_flag should be binpatched to a 1 to run on an
  16. A4000 (sorry, I haven't figured out a way to automatically detect it yet).
  17. I think it should work with the A2091.
  18.  
  19. Michael
  20.  
  21. -- 
  22. Michael L. Hitch            INTERNET:  osymh@montana.edu
  23. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  24. Office of Systems and Computing Services
  25. Montana State University    Bozeman, MT    USA
  26.  
  27.