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 / remote.ebh < prev    next >
Encoding:
Text File  |  1996-10-24  |  1.1 KB  |  22 lines

  1. [ 8. REMOTE (RS-232) Disk]
  2.                       EMBEDDED BIOS REMOTE DISK
  3. ════════════════════════════════════════════════════════════════════════
  4. Embedded BIOS has a powerful REMOTE DISK that enables the target's BIOS
  5. to treat drives on a host PC as though they were in fact local to the
  6. target.  This lets you share disks across a digital RS-232 link between
  7. your development machine and the target, eliminating the need to re-blow
  8. PROMs during development and testing of your application code.
  9.  
  10. On the SERVER side (your development machine), just install a device
  11. driver in CONFIG.SYS that offers to share your drive over the com-
  12. munications link.  For example, the following CONFIG.SYS line installs
  13. the disk server, connecting the target through COM1, sharing the host's
  14. drives:
  15.  
  16.         DEVICE=REMSVR.SYS COM1
  17.  
  18. On the remote side, simply enabling the OPTION_REMOTE_DISK option in
  19. your OPTIONS.INC options build file will automatically build the code
  20. to communicate with your host's REMSVR.SYS.  If for some reason the
  21. host shuts down, the remote continues to boot from the ROM disk.
  22.