home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / unisys / 640 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  3.8 KB

  1. Xref: sparky comp.sys.unisys:640 alt.folklore.computers:16271 comp.sys.misc:963
  2. Path: sparky!uunet!know!cass.ma02.bull.com!think.com!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!cis.ksu.edu!frain
  3. From: frain@cis.ksu.edu (Jerry Frain)
  4. Newsgroups: comp.sys.unisys,alt.folklore.computers,comp.sys.misc
  5. Subject: Re: Burroughs B20
  6. Message-ID: <frain.721858827@depot.cis.ksu.edu.cis.ksu.edu>
  7. Date: 15 Nov 92 20:03:03 GMT
  8. References: <1992Nov15.040053.22549@galileo.cc.rochester.edu> <1992Nov15.193413.12639@ousrvr.oulu.fi>
  9. Organization: Kansas State University
  10. Lines: 70
  11. NNTP-Posting-Host: depot.cis.ksu.edu
  12.  
  13. nite@phoenix.oulu.fi (Hannu Kotipalo) writes:
  14.  
  15. > Mike Ciaraldi (mcia@uhura.cc.rochester.edu) wrote:
  16. > : In article <cf16naP0Bwx25HbsAe@transarc.com> Pat_Barron@transarc.com writes:
  17. > : >So, I seem to have aquired a Burroughs B20.  Looks like it was meant
  18. > : >to be used as a word processing system.  It's running an operating
  19. > : >system called BTOS.
  20. > : >
  21. > : >What else is there to know about this system?  Can it run any sort of
  22. > : >"real" operating system?  Anyone have any software for it that they no
  23. > : >longer want...?
  24. > : >
  25. > : 
  26. > : The B20 runs BTOS, which was called CTOS when you bought it from Convergent.
  27. > : I think the B20 used a Z80 or similar 8-bit microprocessor.
  28.  
  29. > No, it uses 8086 or 8088. I'v seen one running an MS-DOS - emulator.
  30.  
  31. The B20 uses the 8086.
  32.  
  33. A few years ago, I worked for a local business.  The primary platform
  34. when I began was the Burroughs B2x.  They were used for word
  35. processing, data entry, spreadsheet (Multiplan), dial-up
  36. communications, everything you'd use a normal PC for.  Our B22s had
  37. very good 132-column support, 8" floppy, and 20MB (if I remember
  38. correctly) hard disk.  They were actually pretty nice machines.
  39.  
  40. > I saw it in our 4H assosiation's local office. I even made a program
  41. > to it with my brother at our high scool time. They used it for word
  42. > processing and financial purposes. And to run our program which
  43. > counted points for little hard-working gardeners (well, the only
  44. > language we got was basic.  Surprisingly it was very near
  45. > GWBasic...)
  46.  
  47. I did a considerable amount of programming on the B2x.  It did have a
  48. decent BASIC interpreter, if you like that sort of thing -- I don't
  49. (too slow).  That was the only high-level language we had, but there
  50. was a very good editor and production-quality macro assembler on
  51. board.  I used it to do a *lot* of programming that you normally would
  52. not want to do in assembly.  It was almost like programming in a high
  53. level language.
  54.  
  55. Before I left, I had successfully ported the "Small-C" compiler to the
  56. B20.  I made the equivalent of the crt0 file for passing arguments to
  57. the C program from the executive, and started making the stdio package
  58. for it.  It wasn't real difficult, but the Small-C compiler is
  59. obviously not high-quality.
  60.  
  61. > My opinion is that the BTOS operating system was much better than
  62. > most of the other character based PC-OS:es at that time. For
  63. > example, to run a program you only needed to give few letters from
  64. > the program name and it searched all matching commands or programs
  65. > starting with those letters. I do not know what was inside the OS,
  66. > but for the user it was more frendlier than for example MS-DOS.
  67.  
  68. BTOS is better than most PC OS's, as far as I am concerned.  There is
  69. a very well-defined programmer interface to the OS.
  70.  
  71. The "executive" (command shell) is forms oriented, but it is ok once
  72. you get used to it.  It did have "command completion" as mentioned
  73. above.  I always thought it would have been fun to replace the
  74. executive with a "real" shell (like bash), but that would take quite a
  75. bit of work, especially if you're not familiar with the OS.
  76.  
  77. BTOS also has a print spooler, with a cool interactive interface for
  78. killing jobs, etc.
  79.  
  80. If you have any questions about the B20 series, drop me a note.
  81.  
  82. Jerry Frain
  83.