home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / screen / wbios.doc < prev    next >
Text File  |  1994-03-07  |  806b  |  20 lines

  1. Window is in source code form, and no fee is charged for it.  However,
  2. no support is given either; i.e., if a user chooses to use it, he
  3. should be willing to make any enhancements he feels are necessary
  4. himself.
  5.  
  6. First is a short Turbo Pascal (version 1) program, demonstrating the
  7. windows.  Second is the source code for the bios extension.  To use it,
  8. assemble the BIOS extension and convert it to a COM file WBIOS.COM.
  9. (I.e., assemble it, run it through the linker, and use EXE2BIN.)
  10. Then give the command
  11.  
  12.     A> WBIOS
  13.  
  14. and it will install itself in memory.  Thereafter, you issue commands to
  15. it via the normal display I/O call in the IBM BIOS; WBIOS will intercept
  16. the call, process it if it is a window function, otherwise pass control
  17. to the ROM BIOS for processing.
  18.  
  19. J. Eric Roskos
  20.