home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9847 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.3 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: questions: vi problem, make dep, filenames, libraries
  5. Message-ID: <1992Sep4.151111.22877@klaava.Helsinki.FI>
  6. Date: 4 Sep 92 15:11:11 GMT
  7. References: <186ciiINNh60@usenet.INS.CWRU.Edu>
  8. Organization: University of Helsinki
  9. Lines: 25
  10.  
  11. mal11@po.CWRU.Edu (Matthew A. Lewis) writes:
  12. >Second, I finished the GCC install script and it told me to do
  13. >a make dep with the kernel Makefile. What does make dep mean? Will
  14. >this recompile the kernel for me? How do I implement the patches in this?
  15.  
  16. Doing a make dep means, basically, this:
  17.  
  18.     cd /usr/src/linux
  19.     make dep
  20.  
  21. Change the directory name on the first line to whatever directory you
  22. use to store the kernel sources.
  23.  
  24. >Next, what are the limitations on filename lengths and is there a way
  25. >to change it????
  26.  
  27. The Minix filesystem has 14 chars max per filename.  This is the default
  28. filesystem, and the only one in production use.  There is also an
  29. extended filesystem, extfs, that has a maximum of 256 chars per
  30. filename, but this filesystem is still in a testing phase, and unless
  31. you enjoy having problems and solving them, you probably want to stay
  32. away from it.
  33.  
  34. --
  35. Lars.Wirzenius@helsinki.fi
  36.