📄 readme.txt
字号:
-----------------------
ADVDRVR README.TXT FILE
-----------------------
by Hale Landis
ADVDRVR.ZIP contains the ATA/ATAPI low level driver C source
code, two example C programs to demonstrate how to use the driver
and a User's Guide document (ADVDRVR.UG).
This code, created by Hale Landis, has been placed into the
public domain by Hale Landis. There is no copyright and there
are no restrictions on the use of this ATA Low Level I/O Driver
code. It is distributed to help other programmers understand how
the ATA device interface works and it is distributed without any
warranty. Use this code at your own risk.
If you have used a previous version of ADVDRVR, read the
HISTORY.TXT file first.
If you are a new user of ADVDRVR, read ADVDRVR.UG and review the
EXAMPLE1.C and EXAMPLE2.C source code files.
Compile with one of the Borland C or C++ compilers. See the make
files EXAMPLE1.MAK and EXAMPLE2.MAK.
And please read all the *.UG (User's Guide) files! These are plain
ascii text files.
FILE LIST
---------
ADVDRVR.UG - ADVDRVR User's Guide (READ THIS!)
ADVIO.H - ADVDRVR's header file
ADVIOCFG.H - ADVDRVR's configuration file
ADVIOPCI.C - PCI bus DMA (MW and UltraDMA)
ADVIOPIO.C - lowest level ATA register in/out functions
ADVIOREG.C - S/W reset, non-data and PIO data transfer
ADVIOSUB.C - common ADVDRVR subroutines
ADVIOTMR.C - timer subroutines
ADVIOTRC.C - register access and command history tracing
DMA.UG - the DMA User's Guide
EXAMPLE1.C - example program for ATA (hard disk) commands
EXAMPLE1.MAK - make file
EXAMPLE2.C - example program for ATAPI (CD/DVD/etc) commands
EXAMPLE2.MAK - make file
HISTORY.TXT - change log
PIO.UG - PIO User's Guide
README.TXT - this file
SATA.UG - Serial ATA (SATA) User's Guide
QUESTIONS OR PROBLEMS?
----------------------
Send your question(s) or problem description(s) to Hale Landis
via email at this address:
hlandis@ata-atapi.com
Visit Hale's web site:
www.ata-atapi.com
/end/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -