home *** CD-ROM | disk | FTP | other *** search
/ C/C++ User's Journal & Wi…eveloper's Journal Tools / C-C__Users_Journal_and_Windows_Developers_Journal_Tools_1997.iso / sysembed / video.ebh < prev    next >
Encoding:
Text File  |  1996-10-24  |  888 b   |  17 lines

  1. [17. Video Support]
  2.                      EMBEDDED BIOS VIDEO SUPPORT
  3. ════════════════════════════════════════════════════════════════════════
  4. Just like a commercial desktop BIOS, Embedded BIOS provides support
  5. for ROM-less Monochrome Graphics Adapter (MGA) video adapters, as well
  6. as smart adapters such as CGA, EGA, VGA, and SVGA.
  7.  
  8. As part of BIOS system initialization, Embedded BIOS attempts to locate
  9. and call a video ROM at location C000:0000, if present.  If it is, then
  10. your own video adapter is initialized.  Otherwise, the basic character
  11. output services are provided to write to memory at location B000:0000
  12. (monochrome) or B800:0000 (color), at your option.
  13.  
  14. Of course, systems that don't have a display may use a COM port for
  15. screen output, or you can remove video BIOS functionality altogether.
  16. For details about I/O redirection, see the [Serial Port] topic.
  17.