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 / disk.ebh < prev    next >
Encoding:
Text File  |  1996-10-24  |  2.1 KB  |  43 lines

  1. [12. Floppy, IDE, and ATA Support]
  2.             EMBEDDED BIOS FLOPPY, IDE, AND ATA DISK SUPPORT
  3. ════════════════════════════════════════════════════════════════════════
  4.  
  5. FLOPPY DISK Support:
  6.  
  7. Designed especially for embedded applications, Embedded BIOS supports up
  8. to two floppy disk drives driven by an NEC 765, Intel 82077A-type, or
  9. Intel 82078 disk controller.  IT WORKS WITH OR WITHOUT A DMA CONTROLLER,
  10. which is truly important for platforms such as the Intel 386-EX that
  11. don't have standard DMA controllers usable by desktop BIOSes.
  12.  
  13. IDE Support:
  14.  
  15. The Embedded BIOS IDE driver supports all known IDE drives in existence.
  16. We support autodetection of drive geometry, user-configurable drive
  17. geometry, and industry standard geometry conversions including LBA and
  18. CHS (Phoenix) translations.  Embedded BIOS directly supports drives
  19. up to 8.4 gigabytes in size, without a DOS device driver (greater than
  20. 1023 cylinders).  It has been stringently tested with super-high-speed
  21. 1.4" and 2.8" drives used in compact designs, and also with large IDE
  22. drives in the multi-gigabyte category, to ensure that your real-time
  23. embedded application will work with these devices using the best per-
  24. formance the drive can offer.
  25.  
  26. The autodetection of drive geometry is important for embedded systems
  27. because the BIOS factory defaults need not be modified when hard disks
  28. are upgraded in the field; instead, Embedded BIOS automatically detects
  29. a new drive type and can begin using it without user intervention in the
  30. SETUP screens.
  31.  
  32. LBA and CHS translations are also important.  They are essential for
  33. systems that will be using drives loaded from MS-DOS, Windows, or OS/2
  34. hosts using LBA or CHS geometries.  Embedded BIOS supports the standards,
  35. so that you can use them to your advantage.
  36.  
  37. ATA Support:
  38.  
  39. The PCMCIA modules supported by Embedded BIOS provide a special ATA mode
  40. that eliminates all but the most essential code to power-up the PCMCIA
  41. controller into ATA mode, so that it behaves just like an IDE interface.
  42. And of course, the IDE driver has been tested with all known ATA cards.
  43.