home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / minix / 5250 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  4.0 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!bf795
  2. From: bf795@cleveland.Freenet.Edu (James Abendschan)
  3. Newsgroups: comp.os.minix
  4. Subject: Another MacMINIX 'suggestion'
  5. Date: 23 Jan 1993 07:24:21 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 103
  8. Message-ID: <1jqrr5INNbbo@usenet.INS.CWRU.Edu>
  9. Reply-To: bf795@cleveland.Freenet.Edu (James Abendschan)
  10. NNTP-Posting-Host: hela.ins.cwru.edu
  11.  
  12.  
  13.  
  14. This was sent to me in e-mail, but I think it should be posted if only
  15. to give the illusion of the existence of MacMINIX owners.
  16.  
  17.  
  18.  
  19. >Date: Fri Jan 22 08:05:47 1993
  20. >From: jimlynch@netcom.com (Jim Lynch)
  21. >Subject: Re: Things I Wish Were In MINIX
  22. >To: bf795@cleveland.Freenet.Edu
  23. >Newsgroups:  comp.os.minix
  24.  
  25. >I'm running a mac also.... I'd like to see better make handling...
  26. >While I was able to build the libraries, there was _no_mention of
  27. >how to do this in the manual. An awful lot of other stuff is missing
  28. >too. I changed my ttys file and now only tty0 works. What I'd have
  29. >liked the manual to tell is exactly how to make one of these from
  30. >scratch (or: what command can I use to
  31.  
  32. Yeah, I know how you feel.  This was a pain for me at first, but after
  33. suffering through it, I finally figured most of the stuff out.
  34.  
  35. >a) reconnect tty1 to a shell,
  36.  
  37. modify /etc/ttys:
  38. 10console - run login process on console [try 100 if console fails.]
  39. 101       - run login "  "     " tty1
  40. 202       - run getty "  "     " tty2 [port A - modem port]
  41. 203       -  "   "    "  "     " tty3 [port B - printer/appletalk port]
  42.  
  43. my /etc/ttys looks like:
  44. 20console
  45. 201
  46. 002
  47. 203
  48.  
  49. I use tty2 as a dialout line for UUCP [yeah!  just got in the maps!
  50. kadath.UUCP!] and tty3 for my little mac 128k as a semi-dumb term.
  51.  
  52. >b) make more tty windows and
  53.  
  54. I did this, once.  Modify kernel/console.c  .. the comments explain
  55. mostly how to do it.
  56.  
  57. >c) connect them to a shell.
  58.  
  59. as long as there's a login or getty running on that tty, all you need
  60. to do is login.
  61.  
  62.  
  63. >Does anyone have anything that makes tty windows respond to edit
  64. commands?
  65. >  "     "     "      "      "    "    "     "    scroll back/forward?
  66.  
  67. I too have thought about this.. perhaps a variable-size scrollback
  68. buffer.
  69. If I knew more about textedit I could write this.  Maybe.
  70.  
  71. >When I'm talking to my unix dialup, I can grab any text in the window
  72. >and paste it to the modem. This capability would be especially
  73. wondrous,
  74.  
  75. Yes!  I too have thought about this!  Just like in Zterm!
  76.  
  77. >however a way to make a Termcap entry based on the present size of a 
  78. >window would be equally cool.
  79.  
  80. being confined to a 9" screen, one rarely thinks about things like that.
  81. but it is a good idea.
  82.  
  83. >On longer names: the files limits.h, unistd.h and ar.h all have a
  84. >#define whose name contains NAME_MAX. Can I increase this value 
  85. >without screwing things up? Specifically, would I then have a different
  86. >flavor of directory entry (and therefore a different flavor of 
  87. >filesystem?)
  88.  
  89. Actually, I think 13 chars is a POSIX requirement or some such.  I
  90. don't know about this.  It should work though, I suppose.
  91.  
  92. >I'm also looking for a ln that handles links to directories (not 
  93. >just for the super user) as well as symbolic links. Does anyone here
  94. >have this? If not: what kinds of things and which files will I have
  95. >to deal with?
  96.  
  97. There was a symlink program on one of the ftp archives.  My FS isn't
  98. big enough to require symlinks, so I haven't tried it.  Look for
  99. symlink.tar.Z or something on plains.nodak.edu, under ibm or oz-utils ..
  100. I think that's where I saw it.
  101.  
  102. >Last one for now: I notice the source has old-style names. I propose 
  103. >that each .h file contain prototypes and an 'include me only once' 
  104. >arrangement. Then, even the corresponding .c file would include its 
  105. >own .h file which would have the prototypes. Anyone game for this? ast?
  106.  
  107. Proposal submitted to the Net...
  108.  
  109.  
  110. --james
  111.   [shamus@kadath.UUCP !! Far too cool for mere words..]
  112. -- 
  113. Copyright (c) 1993 AT&T All rights reserved
  114. THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
  115.