Welcome![Sign In][Sign Up]
Location:
Search - fat filesystem

Search list

[Other resourceccfatlib

Description: The high portable FAT filesystem library for embedded system.
Platform: | Size: 71369 | Author: Kuan-Jau | Hits:

[File OperateFAT_format

Description: fat filesystem format discription
Platform: | Size: 210845 | Author: 李文华 | Hits:

[OS programfilesystem

Description: 用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件
Platform: | Size: 809544 | Author: twofox | Hits:

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270336 | Author: henry | Hits:

[SCMC_Code_of_FAT_Filesystem_for_Eemonstration_Date_20

Description: FAT文件系统源代码,,欢迎大家下载! 文件系统的功能如下: 1->采用C代码编程。 2->兼容FAT16文件系统,支持256字节的长文件名,最大路径长度260个字节,符合标准Microsoft Longfilename specification; 3->移植于各种应用,只需编写sector读写两个函数,即可使用文件系统全部功能,包括打开文件,关闭文件,读文件,写文件,建立文件,删除文件,查找文件,列举DISK 下的文件,列举目录下的文件 5->支持同时打开多个文件,可打开最多254个文件; 6->可直接使用在MP3,MP4,digital camera手机应用开发中-FAT file system source code, and you are welcome to download! File System functions as follows : 1-
Platform: | Size: 525312 | Author: 6756 | Hits:

[Other Embeded programccfatlib

Description: The high portable FAT filesystem library for embedded system.
Platform: | Size: 70656 | Author: | Hits:

[File FormatFAT_format

Description: fat filesystem format discription
Platform: | Size: 210944 | Author: 李文华 | Hits:

[SCMFileSystem

Description: FAT12/FAT16/FAT32/NTFS specification
Platform: | Size: 2202624 | Author: Tony | Hits:

[OS programfilesystem

Description: 用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件 -With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
Platform: | Size: 808960 | Author: twofox | Hits:

[Other Embeded programfat_fs.tar

Description: A FAT filesystem library in C. Very easy to add to any embedded system.
Platform: | Size: 13312 | Author: methy | Hits:

[Multimedia DevelopCarMP3Player

Description: Mp3 player project: This uses FAT filesystem and SD card reader using SPI.
Platform: | Size: 3641344 | Author: Prithwee N Bhat | Hits:

[Embeded-SCM Developfat-2005-01-24

Description: Dos FAT filesystem for embedded systems with source in c.
Platform: | Size: 2204672 | Author: asdf | Hits:

[OS programFileSystem

Description: 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared the file system simulation program. After running the program, in the left control panel can be formatted, open the directory file and preserve the existing directory document function, in the middle of the directory tree, you can select files or folders, rename, create, delete, etc. work, double-click the selected item to open the file directly. The entire disk space is divided to three parts: the index, FAT, and data block Block. File directory using a multi-level directory structure, and the establishment of the index.
Platform: | Size: 282624 | Author: 陈忻 | Hits:

[ARM-PowerPC-ColdFire-MIPSAt91_fat_implementation

Description: Software to implement FAT filesystem on AT91 ARM series of controllers. Includes IO terminal, RTC and etc.
Platform: | Size: 4538368 | Author: Langust | Hits:

[Other Embeded programFAT16-32Driver[1]

Description: Atmel AVR Fat Filesystem
Platform: | Size: 145408 | Author: Gururaja | Hits:

[ARM-PowerPC-ColdFire-MIPSEasySystem_2

Description: S3C2440 Easy System 2 - Full C source code for FAT Filesystem & GUI
Platform: | Size: 3930112 | Author: aci | Hits:

[ARM-PowerPC-ColdFire-MIPSKeil_EasySystem_3

Description: Keil port of S3C2440 Easy System 3 - Full C source code for FAT Filesystem & GUI
Platform: | Size: 8735744 | Author: aci | Hits:

[Linux driverFat-FileSystem

Description: 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
Platform: | Size: 22528 | Author: zhangqiang | Hits:

[Embeded LinuxFAT-FileSystem-Source

Description: 嵌入式FAT文件系统源码,并附有PDF文档说明,非常适合初学者-Embedded FAT file system source code, accompanied by a PDF document that is very suitable for beginners
Platform: | Size: 476160 | Author: zp | Hits:

[Otherdosfs

Description: FAT filesystem library
Platform: | Size: 728064 | Author: ipdown | Hits:
« 12 3 »

CodeBus www.codebus.net