home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / c128 / utils / unixv3a.sfx / 00unix12.not next >
Encoding:
Text File  |  1991-06-22  |  2.8 KB  |  64 lines

  1. This file was submitted by Gregg Riedel (the Author).
  2. Thanks goes out to him.
  3. =============================================================================
  4.  
  5. These are the notes for the Unix 128 v3.00 system...
  6.  
  7. 1.  What it is:
  8.     Unix 128 is an implementation of the Unix operating system for the
  9. Commodore 128/128D equipped with a 1571 drive and an
  10. 80 column monitor.  It is by no means a complete implementation of
  11. unix: it cannot "background" processes (and therefore contains no
  12. process management routines)- think about the overhead of multitasking
  13. a 6502 processor!); ...
  14.  
  15. 2.  How to get it:  You should transfer the programs using binary mode,
  16. both from this site to your local site and from your local site to
  17. your 128.  These files have be archived using Lynx 128, which can be
  18. obtained from the milton.u.washington.edu (128.95.136.1) ftp site,
  19. among other places.
  20.     The files should be: unix1.lnx, unix2.lnx, unix3.lnx and
  21. 00unix128-v3.notes.  I may include other additions or patches as the
  22. urge hits me...
  23.  
  24. 3.  How to build the system:  place the .lnx files on a blank disk,
  25. and de-archive them.  To set up the necessary system files, type
  26. RUN "MAKE" from BASIC.  Then type RUN "STARTUP".  This will load the
  27. Unix 128 Shell, ask you for your username and password (the only
  28. account that is set up is "root", password "root".)  You will be
  29. given the % prompt, at which you should type "fsck", which will
  30. create the necessary directory files.  Once you are given back the %
  31. prompt, the system building process is complete.
  32.  
  33. 4.  Where to go from here:
  34.     The Unix 128 system closely follows Unix standards.  You can get
  35. help from most Unix texts, or from the following on-line sources:
  36.  
  37. -"intro": this is an 11 page document detailing some of the more important
  38. programs in the Unix 128 package.  You can read this  by typing
  39. "more intro".
  40.  
  41. -man: this is the command to show a section of the manual.  Just type
  42. "man command" (example:  % man fsck) to see the description of a
  43. specific command.  You can type "commands" to see a list of all the
  44. commands available.
  45.  
  46. -browse: this is a manual browser that allows easy perusal of the manual.
  47. Type "browse" to use it.
  48.  
  49. My suggestion is to read "intro", then learn the commands using browse.
  50.  
  51. 5.  Bugs:  Although I have tried very hard to make this code as bug free
  52. as possible, there will be errors or omissions in a project of this size.
  53. Please report any problems you find!  I can't fix what I don't know
  54. about!  (I do know about a problem in tip's VT100 compatibility, which
  55. I hope to fix in the near future- I didn't want to hold up the release
  56. forever.)
  57.  
  58. Good luck!
  59.  
  60. Gregg William Riedel
  61. (till 1993: consp24@bingsuns.pod.binghamton.edu)
  62. Home:  20 Ellbert Street   Smithtown NY 11787
  63. School: SUNY-Binghamton CIW#6124  P.O. Box 6006  Binghamton NY 13902-6006
  64.