home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / sysutil / biosver.bas < prev    next >
BASIC Source File  |  1994-03-05  |  751b  |  22 lines

  1. Date: Thursday, 29 January 1987  08:08-MST
  2. From: James E. Hopper <HOPPER%BIONET at SUMEX-AIM.Stanford.EDU>
  3. To:   Info-IBMPC
  4. Re:   How to Format a Plus Hard-Card
  5.  
  6. This is a response to R.J.Welsh's problem about the plus hard-card.
  7. You should format the hard card using HFORMAT supplied with the card.
  8. DOS format command will give different error mesages because IBM DOS
  9. 2.0 and 2.1 can not support more than 10MB disk. This part comes from
  10. the hard card manual "To see if your IBM PC has new system BIOS ROM
  11. (which recognizes a hard card) you may use the following method check
  12. for a date 10/27/82 or later:
  13.  
  14. TYPE BASIC and press RETURN
  15. 10 DEF SEG=&HF000
  16. 20 FOR X=&HFFF5 TO &HFFFC
  17. 30 PRINT CHR$(PEEK(X));
  18. 40 NEXT
  19.  
  20. type RUN and press RETURN.
  21. Good luck.
  22.