home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / dos / bdisk / read.me < prev    next >
Encoding:
Text File  |  1987-12-14  |  994 b   |  23 lines

  1.                           BDISK Library Summary
  2.  
  3. The BDISK Library is a library of routines to interface with the BIOS 5 1/4", 
  4. 360K, floppy disk services.  Routines are provided for formatting, reading, 
  5. writing, and verifying absolute disk sectors.  A library interface is provided 
  6. for Macro Assembler 5.0, QuickBASIC 4.0, and Turbo C 1.0.
  7.  
  8.   BDISK.DOC             library documentation
  9.   BDISK.LIB             BDISK library
  10.  
  11.   BDISK.INC             assembly language interface
  12.   STDDEF.INC            assembler include file (used by BDISK.INC)
  13.  
  14.   BDISK.BI              BASIC language interface
  15.   BOOTLOC.ASM           source code for BOOTLOC.OBJ
  16.   BOOTLOC.OBJ           extra link module, needed for BDISK.BI
  17.  
  18.   BDISK.H               C language interface
  19.  
  20.   FFF.ASM               fast format program, written in assembly language
  21.   FFF.BAS               fast format program, written in BASIC language
  22.   FFF.C                 fast format program, written in C language
  23.