instructions.txt
来自「一个FAT32文件系统的源代码,可用于嵌入式系统,并能够直接在linux下直接验」· 文本 代码 · 共 29 行
TXT
29 行
Contact: My email address is
--------------------- admin@robs-projects.com --------------------------------
--------------- Notes --------------------------------------------------
This code allows browsing of FAT32 formatted IDE hard discs.
I originally developed this code on ICC AVR V6 to run on an ATMEGA128, but now it has been ported
to PC Linux so as algorithms can be tested and improved in a stable environment.
Please refer to my website for 'class diagram' type overviews of the softwares construction.
Website: http://www.robs-projects.com/
Revision History
-=-=-=-=-=-=-=-=-
V1.0L - (Linux Test Version) Basic AVR FILELIB modified to compile and work on Linux so algorithms can be tested.
Reads a FAT32 Partition specified, with upgraded filestring.c. MAXLBA not functional. (10/04/04)
V0.1c - Fetch_ID_Max_LBA() function added to retrieve Drive infomation and stoping the drive
reads from addressing a sector that is out of range.. (24/01/04)
V0.1b - fopen(), fgetc(), fopenDIR() using new software stack for IDE and FAT32 access (17/01/04)
V0.1a - First release; fopen(), fgetc() unbuffered reads.... (27/12/03)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?