home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ZSYS / SIMTEL20 / Z-NEWS / Z-NEWS.501 < prev    next >
Text File  |  2000-06-30  |  23KB  |  341 lines

  1.  
  2.                                                                    19 May 1986
  3.  
  4.                                   Z-NEWS 501
  5.  
  6. BPrinter.    Long  wait is over--BPrinter ships, EI Price List  Item  41,  our 
  7. print despooler.  It prints even during heavy disk accesses--other  despoolers 
  8. don't.  BPrinter is ideal for RAM and hard disk based systems.  It is easy  to 
  9. use  and adheres to Z-System segment and tool philosophy.  But you  must  have 
  10. I/O Package installed in your BIOS (Micromint's SB180 does) or be using Z-Com, 
  11. Price  List  Items 5 and 6.  All who ordered should have received it  by  now.
  12. (Item  84,  ZCPR3 and IOPs tutorial written by Richard Conn,  sells  for  only 
  13. $9.95, shows how to modify your BIOS for Z-style I/O redirection.)
  14.      ---------------------------------------------------------------------
  15. More  Benchmarks  and the Future.   Programs Bench 1, 2, and 3  from  Micro  C 
  16. magazine  (Z-News 409) compiled with Software Toolworks C/80  produce  quicker 
  17. running  code than does Manx Aztec C.  But clearly these programs are  more  a 
  18. test  of  compiler design than of computer throughput.  Furthermore,  it  also 
  19. should be clear programs for high-performance 8-bit systems should be coded in 
  20. Assembly Language--ZCPR3: The Libraries, Item 82 at $29.95 from EI Price List, 
  21. shows  how  easy  it is.   Aztec is acceptable if custom  link  libraries  are 
  22. written  for it, as Tim Gary did for Z-Msg.  Assembler loop, compare, and  I/O 
  23. functions run two to six times quicker; math routines have not been worked out 
  24. yet.    
  25.      With 38,400 baud ASCII terminals, 5.2 seconds is lower limit for Bench 3.
  26. (First  76,800  baud terminal appears soon?)  Notice  only  Assembler  permits 
  27. achieving  it.  C/80 comes close.  Screen painting, updating is  important  if 
  28. doing word and text processing.  Also essential, good quality screen  display, 
  29. e.g., quality offered by Wyse 50+ and TeleVideo 955.  (Benchmark programs  are 
  30. on Z-Nodes as file BENCH01.LBR.)
  31.  
  32.                                                File      Manx Aztec C v1.06
  33.      Computer Configuration                    Save     Bench1 Bench2 Bench3 
  34.      Deep Thought 42 (12.288mHz 64180) RAM      1.1      131.5   72.5    7.7
  35.            using Assembler (Syslib v3.6)                  n/a    15.6    5.2
  36.            using C/80 v3.0                                68.2   37.6    6.4
  37.            using BDS-C v1.5a                             134.0   97.0    7.2
  38.      Symmetric 375 bsd4.2 Unix (10mHz 32016)    5.3       20.8   11.8    8.3
  39.      Micromint SB180 (6.144mHz 64180) RAM       2.5      263.0  135.0   15.1
  40.            using Assembler (Syslib v3.6)                  n/a    29.3    5.2
  41.            using C/80 v3.0                               135.4   74.3    6.7 
  42.            using BDS-C v1.5a                             268.0  194.4   14.6
  43.      AT&T Unix 5 PC (10mHz 68010)                         49.1   25.1   15.3
  44.      Micromint SB180 (one wait state) RAM       3.3      344.7  176.9   19.8
  45.      Dual Systems S-100 Unix  (8mHz 68000)      5.5      100.2   70.1   23.5
  46.      Slicer (8mHz 80186)                                  23.1   13.7   23.9
  47.      Oneac ON! (4mHz Z80) RAM                   6.1      478.0  244.5   25.6
  48.            using Assembler                                n/a    n/a     6.9
  49.            using C/80                                    239.6  129.0    8.5
  50.            using BDS-C v1.4a                             624.0  248.6   10.2
  51.      Ampro Model 1210 (4mHz Z80)               14.7      480.0  246.0   27.5
  52.            using Assembler (Syslib v3.6)                  n/a    55.1    7.8
  53.      CCS S-100 (4mHz Z80) 8" floppy            16.5      478.0  244.0   27.3
  54.            using Assembler (Syslib v3.6)                  n/a    56.2    8.1
  55.            using C/80 v3.0                               241.9  130.1    9.8
  56.      IBM PC (4.77mHz 8088)                                54.7   28.7   73.6
  57. è     Using WordStar 3.0 (vi if Unix machine), "Save" benchmark is obtained  by 
  58. adding time-to-save to disk value, in seconds, 68k-byte SCAN.EI text file  (Z-
  59. News  409) when WS cursor is at top-of-file to value when  at  bottom-of-file.
  60. Divide by two to obtain average.
  61.      A  C Language compiler written especially for Hitachi HD64180  would  put 
  62. results  for this chip in truly superior class.  Enhancements planned for  ZAS 
  63. assembler makes 64180 even better than it is now.
  64.      RAM  disk  versus  program  memory  space  (TPA)  philosophy--many  small 
  65. coordinated files allocated memory, i.e., loaded, versus single large program.
  66. Quickly  locating  files  through OS file structure versus  code  segments  by 
  67. vector?  Speed and flexibility of each approach, that's the trade.  When we no 
  68. longer  have to consider sluggish magnetic disk accesses, our software  design 
  69. procedures change.  (Term3 and Discat designs are fully justified, because  of 
  70. increased flexibility offered, even without RAM disks.)
  71.      Operating  systems generally were not designed with abundant fast  memory 
  72. in  mind.  Unix and later, CP/M 1.4, considered 16k-bytes of "core"  as  their 
  73. starting  points; CP/M 2.2, 20k-bytes.  Now, these limited  memory  structures 
  74. don't  seem  appropriate  when megabytes of inexpensive and  fast  memory  are 
  75. available and online.
  76.      After  using RAM-disk machines for sometime now, conscious of  costs  and 
  77. reliability  factors, we suggest getting hard disks out of our  small  desktop 
  78. super  microcomputers--like  Oneac did--and using only RAM  main  memory  with 
  79. battery  and removable floppy disks (Kodak) for back-up.  Think--it  means  no 
  80. more cold booting.  Big ROMs and PROMs go away.  One-time boot, load Z-System, 
  81. load  utilities, and one-time load application programs--that's it.   Save  to 
  82. high-density floppy--forget hard disks of less than 30-megabytes.  (Z-News 502 
  83. tells  of  DT42--it handles 76,800 baud terminals, even  153,600  and  beyond; 
  84. future  is now!)  Leave AC power on at all times, auto-turnoff of  CRT  screen 
  85. after  20 minutes of non-use, no moving parts except for floppy  drive  during 
  86. actual  back-up  operations.  Such machines are always ready, ready  when  you 
  87. are.  Ideal!
  88.  
  89. Z-System  Site  License Policy.   Simple policy which we think  fair  and 
  90.      reasonable.   No  big deal many companies make it.  You  pay  retail 
  91.      price  for  the  first copy of program and 20% of  retail  for  each 
  92.      additional copy you wish to use on-site, up to 15 copies.  Above  15 
  93.      copies, price drops to 15% of retail, 85% discount.  You do  program 
  94.      disk  copying.   You receive one set  of  applicable  documentation.  
  95.      More  sets  are  purchased at volume discount  rates  shown  on  our 
  96.      current  Price List.  Example: six copies of program are  twice  the 
  97.      price  of one.  Five sets of additional documentation are  purchased 
  98.      at  25% discount, i.e., 75% of retail; 50 sets, 33%; 250,  40%.   So 
  99.      what's the big deal?  (No site license or runtime fees required  for 
  100.      Quick-Task (tm), use it on as many computers and for as many jobs as 
  101.      you  choose.  But each physical site or corporate division  requires 
  102.      one master license costing only $249.00.)
  103.  
  104. Trenton  Computer Festival.   Oldest hobby computer faire huge success.   This 
  105. eleventh   year,  biggest  yet!   Sol  Libes,  Editor  and   co-publisher   of 
  106. Micro/Systems  Journal,  chosen as Hobbyist-of-the-Year, tears  in  his  eyes.
  107. Phil  Lemmons, BYTE Magazine Editor in Chief, Saturday night  banquet  keynote 
  108. address  speaker, encouraged use of more imagination and asked programmers  to 
  109. write  other than business wordprocessor and spreadsheet software.   Thousands 
  110. see  and  hear  latest  in  microcomputer  developments.   Two-hundred  indoor 
  111. exhibits,  hands-on  graphics  and  communications  demonstrations.   Bargains 
  112. galore  at  gigantic (5 acres of) outdoor flea market.   Continuous  technical 
  113. sessions...Richard Conn's Z-System session packed beyond standing-room-only.è     Many microcomputer pioneers attended, Keith Peterson, Charles Strom,  Jud 
  114. Newell, Sigi Kluger, Steve Ciarcia, Dave Hardy...fun to meet dozens of Echelon 
  115. customers.  Thanks to Alan Katz and his students and to Trenton State  College 
  116. for  volunteer support and use of beautiful campus facilities.  See you  there 
  117. next  year,  in and down the lines.  But hard as we looked, not  one  drop  of 
  118. California Zinfandel could be found anywhere, red or white.
  119.  
  120. Z-Node  Activity.    Barron McIntire III is prime operator of  Z-Node  #65  in 
  121. Cheyenne,  WY, 307/635-8366.  Lawrence Langer is secondary or co-sysop.   Give 
  122. their  upgraded  to 30-megabyte Kaypro 10 a call--lonely country up  there  in 
  123. Wyoming.
  124.      "Hidden  Valley" Z-Node #68 is up.  Sysop and long-time ZCPR3  user,  Tim 
  125. O'Loughlin, mans Epson QX-10 with 10 megabytes of storage space.  Tim has over 
  126. 1500 files online and uses USR 2400 bps modem for quick transfers.  Vernon, NJ 
  127. 07462,  201/764-2507  is his location and phone number.   Four  Z-Nodes  cover 
  128. state of New Jersey, very satisfying.  The beat goes on.
  129.      From  Essex, England, R.C. Page signs as Sysop of Z-Node #69.  Also,  yet 
  130. another Californian signs up making it 17 for state.  Z-Node #70 is to be  run 
  131. by Jim Moyer, San Jose 95129.  Phone numbers for both are passed on we we  get 
  132. them.
  133.      Norm Beeler's ZeeMachine Z-Node #35 worth calling.  He has two lines into 
  134. one  Z-System,  common  message and data base, with  auto  call-forwarding  to 
  135. second  line  if first is busy.  Try 408/735-0176 to see of  things  to  come.
  136. Norm's RAS is in Sunnyvale, CA.
  137.      Echelon  moves, has risen up, electronically by "word-of-mouth" using  Z-
  138. Node network--unique!  Sysops use Z-System because they believe in it, believe 
  139. in high-performance 8-bit operating systems and their future, for getting work 
  140. done with grace and speed.
  141.  
  142. From  Our  Mail  Box.    "It  is  one thing  to  read  your  ads  and  other's 
  143. enthusiastic  comments,  but  actually  using Z-System  is  a  truly  exciting 
  144. experience...  "  writes  Julian Olson,  Outremont,  Quebec,  Canada.   Common 
  145. observation  of  those starting to use Z,  excitement!   Excitement  continues 
  146. because so many features keep your interest, peak your curiosity.  Let friends 
  147. know what you learned from high-performance 8-bit computers.  Spread the word!
  148.      From  Z-System  Good-Neighbor Helper, Rick Swenton, "I have  developed  a 
  149. patch  to Heath/Zenith's BIOS Configuration Utility Version 2.2.04 which  will 
  150. disable those options which would corrupt ZCPR3 or ZRDOS, namely mucking  with 
  151. echo-on-delete in the BDOS and poking file names into the CCP for execution on 
  152. cold  or warm boots."  Rick sends you his patch for a  self-addressed  stamped 
  153. business-sized  envelop.  Address and phone number: 19 Allen Street,  Bristol, 
  154. CT,  06010, 203/589-7297.  Remember, Rick is a Heath H8 and H89 ZCPR3  expert.
  155. If you need installation assistance, please contact him.
  156.  
  157. Amateur  Z User Corner.   Publication of Z-System User's Guide opens  door  to 
  158. substantial information and potential knowledge and understanding of our 8-bit 
  159. operating system (OS).  It's Item 88 on EI Price List selling for $14.95  plus 
  160. $4.00 shipping and handling, continental USA.  Don't forget back issues of  Z-
  161. News  offer  many  tips  on using Z-System.  And "Z  Column"  written  by  Art 
  162. Carlson,  The Computer Journal, is another good source for  user  information.
  163. If you don't already subscribe to TCJ, now's the time starting with Issue  23.
  164. Six  issues for only $14.00.  Call or write 190 Sullivan  Crossroad,  Columbia 
  165. Falls, MT 59912, 406/257-9119.
  166.  
  167. Potpourri.   We express appreciation, long overdue, of DisCopyLabs, San  Jose, 
  168. CA, for quality diskette duplication and downloading.  As most such  companies 
  169. have  gone  away, DisCopyLabs gains strength, and size, through  attention  to èdetail and having deep regard for each customer, no matter how large or small. 
  170. Thanks  Norman and Antonia Tu, and each member of your staff, for  doing  unto 
  171. Echelon  as  we attempt to do for our ZCPR3, ZRDOS,  and  Z-System  customers.
  172. Anyone  needing  disk duplication services, write or call  DisCopyLabs,  2610B 
  173. North First Street, San Jose, CA 95134, 408/435-5444.
  174.      Zilog becomes second source for Hitachi HD64180 high-integration super 8-
  175. bit   chip.    Slightly  modified  design--Z180   it's   called--offers   full 
  176. compatibility  with  all  Z80 support peripherals.   It  provides  "an  upward 
  177. migration path to the Z800" scheduled for shipping this calendar quarter.  Can 
  178. you believe it?  Zilog's Alan Hamilton, Director of Component Marketing, tells 
  179. us  to.  The Z180, we believe; Z800, we believe when we have one in hand.   In 
  180. Z-News 207, page 5, we hoped HD64180 is called either H180 or Z180.
  181.      ON!  computer  from  Oneac (Z-News 408) is one  outstanding  machine,  an 
  182. office (and software development) package that's better than any we have used.
  183. Styling:  so  good-looking, engaging.  And machine doesn't  waste  your  time.
  184. Never  have to cold-boot, it's always ready to be used and it's here,  so  get 
  185. it--you  don't  have  to buy IBM or Apple to run  your  small-to-medium  sized 
  186. business--your  secretary  will respect you more; your bottom-line  will  show 
  187. better, because of increased productivity, hers and others of your staff.  And 
  188. why use a DEC VAX or an IBM PC host to develop target 8080/8085, Z80,  NSC800, 
  189. or HD64180 code when ON! using Quick-Task, ZAS and ZLINK is so much faster and 
  190. more  efficient?   Office or lab, it's up to you!  Others have  wrought,  have 
  191. done their part by conceiving, designing, documenting, producing, and offering 
  192. an extremely attractive alternative to main stream, to trooping... call Oneac, 
  193. 312/680-5999, for literature and volume pricing arrangements.
  194.  
  195. Common Ground.   Many feel offended--you know who you are--by being  requested 
  196. to  read  everything  seven  (7) times (Z-News 302,  page  3).   Technique  as 
  197. explained  is  basis  for Western concept of study.   Without  study  learning 
  198. occurs slowly.  Why are we as we are?  We learn so slowly, if at all.  Most of 
  199. us  are  born, spend years on planet, die, and: so what!  We die  as  we  were 
  200. born--no  soul  developed  beyond that passed  genetically  to  us.   LEARNING 
  201. REQUIRES  GREAT  EFFORT!  Work (study) concerns, is about learning.   We  only 
  202. think we learn if we but go through the motion.  (We speak now on non-physical 
  203. level.)   Give  it a try...read, study something thoroughly,  completely,  and 
  204. feel new understanding.  Do it!  What can we lose?
  205.      ====================================================================
  206. Of  Cabbages and Kings.   Words have power.  Many have questioned our  use  of 
  207. data, information, knowledge, and understanding, a virtual word pyramid.   And 
  208. grasped not notion of reality and dimensions.  (If shoe fits, wear it even  if 
  209. pinching!  Truth, sweet to the taste, is bitter in the stomach.)
  210.      Move from one word to another and feel mental and emotional change as you 
  211. go.  Relax.  Ponder each; concept of levels of perception is recognized.  Data 
  212. is  not  information  is not  knowledge,  not  understanding,  not...remember?
  213. Gushing of words from river of thought:
  214.  
  215.           Data:           evidence   known facts     statistics
  216.                           reports    raw materials   information
  217.           Information:    derived    compiled        acquired data
  218.                           learning   instruction     knowledge
  219.           Knowledge:      learned    integrity       interpreted facts
  220.                           sight      integration     enlightenment
  221.                           science    erudition       understanding
  222.           Understanding:  fathom     comprehend      be aware of
  223.                           grasp      perceive        appreciate
  224.                           know       insight         see the light
  225.                           master     acceptance      read between the linesè                          realize    sense           control           wisdom
  226.           Wisdom:         ....
  227.  
  228.      Reality  is  relative; to think we capable of imagining  it  absolute  is 
  229. illusion.   (Any  concept  we  have of God, infinity,  is  also  relative  and 
  230. subjective,  thus fickled.  If the majority agrees with us it  becomes  solid-
  231. fact, but majorities do not determine reality.)  Reality changes to new levels 
  232. as  our subjective position changes; changes occur as we more fully  integrate 
  233. experience  with  data, information,  knowledge,  understanding.   Integration 
  234. involves perceiving, adapting, assimilating, blending, extending dimensions to 
  235. higher  levels,  to  higher limits.  Levels and limits change,  expand  as  we 
  236. learn,  as  we  grow, as we live; integration  (integrity)  further  involves, 
  237. requires getting control, Control, and finally CONTROL. 
  238.      Reality  is something neither derivative nor dependent but exists of  and 
  239. by itself--is fundamental and essential existence.  Dimensions give measure to 
  240. existence,  spatial extensions starting with thought, moving into less  mobile 
  241. substances.   As  more  dimensions are  perceived,  approaching  infinity  but 
  242. simultaneously curving back to zero, freedom increases, fewer laws are active-
  243. -reality  less relative, approaches Absolute.  Then human thought soars as  if 
  244. equipped with gossamer wings of magic eagles!  Another outpouring:
  245.  
  246.                    Dimensions:  extent     size        measurements
  247.                                 height     length      width
  248.                                 aspect     scope       magnitude
  249.                    Reality:     firm       solid       having existence
  250.                                 original   true        state of being
  251.                                 genuine    authentic   state of thinking
  252.                                 material   corporeal   substantial   absolute
  253.                    Absolute:    ....
  254.  
  255.      (Above  and  below were composed in response to  Byron  McBride,  Michael 
  256. Durant,  among  a dozen others.  Though these words fall as  water  on  desert 
  257. plants,  soon  evaporating, some computerists find them useful, just  as  such 
  258. plants need little water for growth and flowering.) 
  259.      Our reality, altered as our perception, as our being moves from level  to 
  260. level,  is  wholly subjective.  The word objective, applied at  times  to  the 
  261. absolute  we think we achieve or understand, means an absolute;  striving  for 
  262. such is a perpetual goal, seemingly .rm 42
  263. never  achieved.   Show  us  an  objective 
  264. human  being!  If a single one  cannot  be 
  265. found, how can groups or organizations  of 
  266. them exist!  We see far but not beyond the 
  267. macro  (infinity)  frontier;  exact   same 
  268. boundaries mark limits of the micro (zero) 
  269. frontier.   Much  stone is  lifted  before                   SKETCH
  270. water not only tastes like but is wine.
  271.      Think of the great Egyptian pyramids:            Queen of Hearts saying,
  272. the steps represent levels of thought; the        "Don't use words with me..."
  273. overal∞   shape¼  aε  infinitσ numbe≥   oµ                  t∩ Alice.
  274. potential   dimensions.   Our   perceptioε
  275. point,   our  perch,  our  platform,   our 
  276. ground, is somewhere in the middle between 
  277. zero and infinity.  (From Z-News 304, zero 
  278. equals    eight    equals     infinity...a 
  279. paraphrasing  of  the Law  of  Octaves  on 
  280. which  our  musical scale is  based.   Two 
  281. zeros,  one  on top of the  other  is  the èeight;  two zeros side by side,  infinity.  
  282. Numbers  exist  without  mathematics   and 
  283. arithmetic.)
  284.      Build  a mental pyramid!  Start  with 
  285. highest  level of symbolism, our  imaging: 
  286. 1)  Absolute  (All, God, Law,  unity,  the 
  287. gods,  infinity, principle), 2)  love,  3) 
  288. truth (wisdom), 4) ideas (mind), 5) books, 
  289. 6)  words, 7) letters of the alphabet,  8) 
  290. neocortex  (recently  evolved  brain),  9) 
  291. rhombencephalon  (animal or ancient brain), 10) nucleic acids,  11)  synapses, 
  292. and  finally, 12) neurons of the brain (inviolable, sacred hardware  level)--a 
  293. few  levels  of  comprehension  from viewpoint  of  a  newsletter  writer  and 
  294. computerist.   Other levels could be developed representing more points  along 
  295. the Path.
  296.      Attempt  comprehending  a  book's  meaning  from  letters-of-the-alphabet 
  297. level.  Concept of levels then quickly come into sharp focus.
  298.      Remarkably, reality is a combination of perception levels containing many 
  299. dimensions  concurrently  active  to  transmit,  communicate  harmony.   (It's 
  300. impossible  to  pluck  a flower without affecting a galactic  star,  a  sneeze 
  301. ricochets  amongst  the planets.)  In the world of  "hard-reality"  only  four 
  302. dimensions exist: width, length, height, time.  In our reality, time takes  on 
  303. additional  dimensions, resulting in all-time and eternity.   The  consequence 
  304. normally  is sensation of only the present.  All that was, is, and will be  is 
  305. now!   Enough...some  people tell not all they know.  Oops, knocked  over  the 
  306. glass of Zinfandel.  See you down the lines...
  307.  
  308.                                                                 Echelon,  Inc.
  309.                                                        885 N. San Antonio Road
  310.                                                 Los Altos, CA 94022 USA
  311.                                    Telephone: 415/948-3820
  312.                                             Z-Node Central (RAS): 415/489-9005
  313.  
  314. Trademarks:  SB180, COMM180, TKBBS, Micromint; PRO-180, MDC-1, Magnum Digital; 
  315. XL-M180,   Intelligent  Computer  Designs;  HD64180/63484,  Hitachi;   NSC800, 
  316. National;  Z80/180 Zilog; Z-System, ZCPR3, ZRDOS, Z-Tools, Zas, Zlink,  Z-Msg, 
  317. Term3,  Quick-Task, Lasting-Value Software, Echelon; CP/M,  Digital  Research; 
  318. Unix,  AT&T; Ada, AJPO of US Government; H8, H89, Zenith;  IBM,  International 
  319. Business  Machines;  Apple, Apple; VAX, DEC, Digital Equipment;  ON!,  ONFILE, 
  320. Oneac; V-Spell, CompuView; Newword, Newstar Software; SCSI/Plus, Little Board, 
  321. Bookshelf, AMPRO Computers.
  322.  
  323.  
  324.  
  325.                       eagle
  326.                       herσ                                      *
  327.  
  328.  
  329.  
  330.                        Z sets you FREE!
  331.  
  332.  
  333.  
  334.                        *                                        *
  335.  
  336.  
  337. è
  338. Z-News  501 is Copyright 1986 Echelon, Inc.  All Rights Reserved.   Permission 
  339. to  reprint,  wholly or partially, automatically granted if source  credit  is 
  340. given to Echelon.
  341.