home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / coherent / 6751 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  4.3 KB

  1. Xref: sparky comp.os.coherent:6751 comp.os.linux:23753
  2. Path: sparky!uunet!gatech!rpi!bu.edu!att!linac!uchinews!machine!gagme!drktowr!magus
  3. From: magus@drktowr.chi.il.us (Louis Giliberto)
  4. Newsgroups: comp.os.coherent,comp.os.linux
  5. Subject: Re: Linux v. Coherent: Comments
  6. Message-ID: <9301114262@drktowr.chi.il.us>
  7. Date: 12 Jan 93 13:53:42 GMT
  8. References: <930109484@ritz.mordor.com>
  9. Followup-To: comp.os.coherent,comp.os.linux
  10. Organization: DarkTower Software
  11. Lines: 77
  12. X-Newsreader: TIN [version 1.1 PL8]
  13.  
  14. Christopher Mauritz (ritz@ritz.mordor.com) wrote:
  15. : Louis Giliberto (magus@drktowr.chi.il.us) wrote:
  16.  
  17. : Not to take anything away from the efforts of Harry and Udo, but you cannot
  18. : make use of this driver (for now) unless you purchase the device driver kit.
  19. : Having "spoken" to Harry, it sounds like a really nifty thing to have though.
  20. : Unfortunately, the vast majority of us don't have the DDK so we're stuck.
  21.  
  22. True.  But most commercial unix systems require you to buy even just the
  23. compiler seperate.  The device driver stuff usually comes with the development
  24. platform anyhow.  Of course, you can use pre-compiled vendor device drivers
  25. and re-link the kernel without the kits (on commercial Unix that is).
  26.  
  27. However, I think MWC did the right thing by making the DDK seperate for one
  28. reason:  no hardware companies supply drivers for Coherent (that I know of).
  29. So being able to relink the kernel is kind of pointless right now.  When
  30. the loadable drivers are finished, it won't be any problem, so in a few 
  31. months it should be at that level I would think.
  32.  
  33.  
  34. : Where is it?  The GCC port has been in the "real soon now" stage for quite
  35. : some time.  Having the Gnu compiler around would certainly make porting
  36. : all those great gnu tools less of a chore, no?
  37.  
  38. I have mine on back order and MWC said the end of Jan. hopefully.  So probably
  39. by the middle of Feb :)
  40.  
  41. : BTW, I am finally going to break down and learn C (fortran just wasn't
  42. : cutting it for me...hehe).  I would like to learn on the GCC compiler.
  43. : CAn someone recommend a good book for teaching yourself C?
  44.  
  45. The _C programming language_ by Kernighan and Ritchie is good if you know
  46. pascal or have been using structured fortran (i.e., it has while, repeat,
  47. etc.). I would start with this first, then move to C++ (a lot of people
  48. would argue you should learn C++ straight off, but...).  For C++,
  49. I recommend _C++ Primer_ by Stanley B. Lippman.  Both kind of assume you
  50. know pascal, structured basic (QuickBasic is fine), or some other language
  51. like that.
  52.  
  53. When looking for a book, so you don't confuse yourself, you should know this:
  54. the C compiler that comes with Coh is what's known as "K&R C" (Kernighan &
  55. Ritchie the authors) or "Classic C".  It is based on the original C.  GCC
  56. compiles what is known as "ANSI C" which is standardized C.  If you know one,
  57. you can pick up the other in a few days, but don't confuse yourself.  stick
  58. with learning one, and then pick up the other.  The K&R book you can get for
  59. either ANSI or K&R C, but the K&R edition is a little harder to find.
  60.  
  61. C++ is pretty standardized by version, and it is based loosely on ANSI C
  62. (not K&R C). 
  63.  
  64.  
  65. : I am anxiously awaiting the networking abilities.  I would love to
  66. : be able to connect to my feed site using a slip connection on a
  67. : v.32bis modem.  It wouldn't be a screaming connection, but it would
  68. : make uucp look like a real crawler.  It would definitely be worth
  69. : the $100-200 investment for a generic ethernet card.
  70.  
  71. For slip you don't need an ethernet card.  Just get the ka9q softwre package.
  72. SLIP is basically TCP/IP over a modem.  You could have it today if
  73. you wanted!  it's on raven.alaska.edu and mwcbbs.  I guess most of
  74. the things like FTP and such work, but I'm not sure.  I was going to
  75. hook it up using a null-modem cable to my DOS PC, but never got a chance
  76. to play with it.
  77.  
  78. I hope that helps!
  79.  
  80. -Louis
  81.  
  82. --
  83. --------------------------------------------------------------------
  84.  Louis J. Giliberto, Jr.   ! magus@drktowr.chi.il.us
  85.    -sysadmin drktowr       !   "I had an account at school, but the
  86.    Chicago, IL  USA        !    quota was 300K - what's the point?
  87. Home of DarkTower Software !    One Madonna .gif and it's over!"
  88. --------------------------------------------------------------------
  89. "Try his first wife's maiden name" -- Cheshire Catalyst
  90. --------------------------------------------------------------------
  91.