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

  1. > Forwarded message:
  2. > >From jdresser@antares.Tymnet.COM Mon Sep 20 17:32:03 1993
  3. > Date: Mon, 20 Sep 93 17:29:52 PDT
  4. > From: jdresser@antares.Tymnet.COM (Jay Dresser)
  5. > Message-Id: <9309210029.AA05317@antares.Tymnet.com>
  6. > To: mykes@shell.portal.com
  7. > Subject: Re: anyone running netbsd on A2000 with GVP hardware ?? (fwd)
  8. > > There certainly are. However, perhaps you have another problem, the kernel is
  9. > > currently too large to be loaded with 512k chipmem, is that your problem?
  10. > I still don't see why they need to move the os to chipmem.  Just a poor
  11. > programmer I assume?
  12.  
  13. Thank you so much... The reason for the chipmem move is to make loading simple.
  14. The kernel is loaded into chipmem, so PA==KVA, then it's copied into the part
  15. of available fastmem, and the MMU is turned on to map it back to KVA=0. The
  16. approach makes relocating kernels unnecessary (the Amix way), you don't have
  17. to play mean games with the MMU when booting BSD until you have the final
  18. tables installed, and you don't have to fiddle with manual relocation in the
  19. loader either. Looks like clear benefits for the current solution.
  20.  
  21. -Markus
  22. -- 
  23. CHUUG/EUnet Switzerland                Markus Wild
  24. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  25. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  26.  
  27.