README.TXT
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. This directory contains the full source code listing of MINIX in two variants:
  2. the full code and the book version.  The difference is that the code in the
  3. book is an abridged version.  To keep the length of the book (somewhat)
  4. manageable, some of the less important parts of MINIX are not listed in the
  5. book and not discussed there.  The BOOK.* files here refer to the listing
  6. as given in the book.  The COMPLETE.* files here refer to the complete listing,
  7. with everything.  The LIB files are the various libraries.  The files are
  8. XXX.TXT - Flat ASCII text
  9. XXX.PS - Postscript file
  10.         XXX.T   - troff source for making XXX.PS
  11. XXX.IDX - An index to XXX file names
  12. XXX.REF - A cross-reference listing of all procedures, macros, etc.
  13. where XXX is one of BOOK, COMPLETE, LIB, LIB386, or LIB86.
  14. The listing in the book is printed in LucidaSans Typewriter, and the XXX.PS
  15. files use this font too.  If you have this font definition, please prepend it 
  16. to LISTING.PS before sending it to a PostScript printer. We cannot supply this
  17. font because it is copyright by Bigelow and Holmes.  
  18. If you do not have the LucidaSans font available locally, change the
  19. .fp 5 CW LucidaT
  20. line in LISTING.T to a locally available monospace font (e.g. letter gothic)
  21. and run troff again.
  22. Alternatively, just print LISTING.PS, but it will print in Courier instead
  23. of Lucida.
  24. If you are unable to print the entire PostScript file in one blow (e.g.
  25. because your paper tray is too small), you should copy it to the hard disk
  26. and edit it.  PostScript files are just ASCII and can be edited with any
  27. editor.  When editing XXX.PS, leave all the material up to and included the
  28. line:
  29. %%EndProlog
  30. After that you will find the code for the various pages, in sequence.  Each
  31. one starts with a line like this:
  32. %%Page: 1 1
  33. and ends with a line like this:
  34. EP
  35. Just remove those pages you do not want to print on the next run, for
  36. example, pages above 100.  Next time edit the orginal file and remove all
  37. pages except 101 to 200, etc.