home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 9244 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.4 KB  |  57 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!news.byu.edu!ux1!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: At boot: file too big to load
  5. Message-ID: <1992Nov23.220935.12838@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <1992Nov22.225044.1344@ghost.dsi.unimi.it> <1992Nov23.070212.9393@tfs.com>
  9. Date: Mon, 23 Nov 92 22:09:35 GMT
  10. Lines: 45
  11.  
  12. In article <1992Nov23.070212.9393@tfs.com> julian@tfs.com (Julian Elischer) writes:
  13. >In article <1992Nov22.225044.1344@ghost.dsi.unimi.it> serini@ghost.dsi.unimi.it (Piero Serini) writes:
  14. >>Hi.
  15. >>At the end I succeeded recompiling that damn kernel.
  16. >>A little problem still keeps me unhappy: if I install the new
  17. >>kernel in /386bsd, at boot time bootas tells me: file too big to load.
  18. >>
  19. [ ... ]
  20. >I'll bet that if yu do a 'size' on the kernel,
  21. >it shows that the sum of the partitions in the file are bigger than that.
  22. >don't forget the zero filled section is not in the file, it just bzeros it.
  23. >
  24. [ ... ]
  25. >The only answer is to have a kernel that can load above 1MB
  26. >otherwise it and the loader have to fit in the 640k window.
  27. >bill jolitz says 0.2 will be able to do this.
  28. >I frequently have to decide what to leave out of the kernel
  29. >to add some other feature.
  30.  
  31. You can load larger than 1 Meg kernels by loading above 1 Meg with Julians
  32. boot code.  You lose the memory below 1 Meg unless you hack to add it back
  33. into the free pool.
  34.  
  35. The main "gotcha" is giving a "link-to" address when building the kernel,
  36. since this isn't automatic.
  37.  
  38. This works just fine for me with 1.0.
  39.  
  40. Julian's boot code also has the advantage of allowing you multiple load
  41. devices (like other SCSI disks) without changing anything else... although
  42. this won't make things like ISC UNIX (which requires the boot partition be
  43. the active one so it can find itself) happy.
  44.  
  45.  
  46.                     Terry Lambert
  47.                     terry@icarus.weber.edu
  48.                     terry_lambert@novell.com
  49. ---
  50. Any opinions in this posting are my own and not those of my present
  51. or previous employers.
  52. -- 
  53. -------------------------------------------------------------------------------
  54.                                         "I have an 8 user poetic license" - me
  55.  Get the 386bsd FAQ from agate.berkeley.edu:/pub/386BSD/386bsd-0.1/unofficial
  56. -------------------------------------------------------------------------------
  57.