home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / misc / 3631 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.6 KB

  1. Path: sparky!uunet!gumby!wupost!emory!mathcs.emory.edu!km
  2. From: km@mathcs.emory.edu (Ken Mandelberg)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Why is initial screen I/O so slow?
  5. Message-ID: <9296@emory.mathcs.emory.edu>
  6. Date: 12 Aug 92 15:23:55 GMT
  7. References: <1992Aug12.141157.2277@lsl.co.uk>
  8. Sender: news@mathcs.emory.edu
  9. Reply-To: km@mathcs.emory.edu
  10. Organization: Emory University, Dept of Math and CS
  11. Lines: 22
  12.  
  13. One of the Sun firmware developers gave a talk at a recent Usenix on the
  14. "openprom". Although, it wasn't the point of his talk, since the prom
  15. does have the code for the raw /dev/console terminal emulation he did
  16. address the slow scrolling. What he said was that the widely held
  17. belief that the slow scrolling was a consequence of the Forth interpter being
  18. slow was not correct. It turns out there was a bug in the terminal emulation
  19. code that they didn't notice until after the prom was frozen. I think it 
  20. was something like they were reading or writing from some very expensive
  21. location continually in the code. He said that the scrolling speed was
  22. much improved in recent versions of the prom that fixed the bug. 
  23.  
  24. As everyone has noted, in most cases the slow scrolling of the full screen
  25. console is not a real concern. Tha prom driver is not used at all
  26. once a window system takes over the framebuffer and does its own terminal
  27. emulations. 
  28.  
  29. ---
  30. Ken Mandelberg      | km@mathcs.emory.edu          PREFERRED
  31. Emory University    | {rutgers,gatech}!emory!km    UUCP 
  32. Dept of Math and CS | km@emory.bitnet              NON-DOMAIN BITNET  
  33. Atlanta, GA 30322   | Phone: Voice (404) 727-7963, FAX 727-5611
  34.  
  35.