home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os9 / 1236 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!odin!trier
  2. From: trier@odin.ins.cwru.edu (Stephen C. Trier)
  3. Newsgroups: comp.os.os9
  4. Subject: Re: Help with RAMMER
  5. Date: 13 Sep 1992 23:41:25 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 15
  8. Distribution: usa
  9. Message-ID: <190jj5INNa1p@usenet.INS.CWRU.Edu>
  10. References: <1992Sep13.182529.7206@umr.edu>
  11. NNTP-Posting-Host: odin.ins.cwru.edu
  12.  
  13. You are running into the 64K limit on the system address space.  All
  14. system-related modules, like file managers, device drivers, and device
  15. descriptors, have to fit into the 64K system address space.  The nastiest
  16. aspect of this is that modules loaded after boot require memory rounded
  17. up to a multiple of 8K, so that 64K system space gets filled up fast when
  18. you are loading system modules by hand.
  19.  
  20. The only solution is to bite the bullet and build a new boot file with the
  21. bitbang and rammer drivers and descriptors.
  22.  
  23. -- 
  24. "Beware of programmers who     Stephen Trier
  25.  carry screwdrivers."          Network Services Engineering, IRIS/INS/Telecom
  26.        Leonard Brandwein       Case Western Reserve University
  27.                                trier@ins.cwru.edu
  28.