lscreen.html 738 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>lscreen</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>lscreen</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. lscreen - LAMEbus memory-mapped screen
  9. <h3>Synopsis</h3>
  10. device lscreen* at lamebus*
  11. <h3>Description</h3>
  12. lscreen is the driver for the CS161 LAMEbus memory-mapped screen
  13. card. It does not provide any internal input buffering; that is
  14. expected to happen at a higher level.
  15. <p>
  16. Since the memory-mapped screen card is not actually available yet as
  17. of this writing, the driver has not been tested and probably does not
  18. work.
  19. <p>
  20. The <A HREF=con.html>system console</A> device can be attached to an
  21. lscreen instance.
  22. <h3>See Also</h3>
  23. <A HREF=lamebus.html>lamebus</A>
  24. </body>
  25. </html>