原版的FAT32手冊,E文差的同志,呵呵... Microsoft Extensible Firmware Initiative FAT32 File System Specification FAT: General Overview of On-disk Format Version 1.03, December 6, 2000 Microsoft Corporation
標簽: Specification Extensible Initiative FAT
上傳時間: 2013-12-24
上傳用戶:熊少鋒
EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成為計算機的FIRMWARE標準。它是 Intel 為全新類型的 PC 固件的體系結構、接口和服務提出的建議標準。其主要目的是為了提供一組在 OS 加載之前(啟動前)在所有平臺上一致的、正確指定的啟動環境.EFI的國際標準組織是UEFI。 efiramdisk.zip:提供EFI平臺下的RAM disk的源碼,使得計算機在EFI環境下,就能夠把部分內存映像成為一個具體物理硬盤,加速文件的訪問和操作。
標簽: Extensible Interface Firmware BIOS
上傳時間: 2013-12-26
上傳用戶:pkkkkp
FAT文件系統源代碼,,歡迎大家下載! 文件系統的功能如下: 1->采用C代碼編程。 2->兼容FAT16文件系統,支持256字節的長文件名,最大路徑長度260個字節,符合標準Microsoft Longfilename specification; 3->移植于各種應用,只需編寫sector讀寫兩個函數,即可使用文件系統全部功能,包括打開文件,關閉文件,讀文件,寫文件,建立文件,刪除文件,查找文件,列舉disk 下的文件,列舉目錄下的文件 5->支持同時打開多個文件,可打開最多254個文件; 6->可直接使用在MP3,MP4,digital camera手機應用開發中
上傳時間: 2014-01-10
上傳用戶:star_in_rain
嵌入式linux的bsp,支持powerpc系列cpu,包括網卡、CompactFLash、ATA disk boot 等驅程。
上傳時間: 2014-11-30
上傳用戶:cazjing
第1章 TURBO PASCAL高級編程技術 1.1 單元及其使用 1.2 與匯編語言混合編程 1.3 與C語言混合編程 1.4 過程類型及其使用 1.5 中斷例程的編寫方法 1.6 動態數組及其使用 1.7 擴充內存(EMS)及其使用 1.8 擴展內存(XMS)及其使用 1.9 程序的標準數據作代碼處理的方法 第2章 實用工具單元 2.1 屏幕輸入與輸出單元ACRT 2.2 字符串處理單元ASTR 2.3 磁盤操作單元disk 2.4 熱鍵單元POPUP 2.5 數據庫交互單元DBASE 2.6 擴充內存單元EMS 2.7 擴展內存單元XMS 2.8 數學函數單元MATH 2.9 矩陣運算單元MATRIX 2.10 概率分布函數單元PROB 2.11 復數運算單元COMPLEX 第3章 實用程序 3.1 軟鎖驅動器程序 3.2 鎖硬盤邏輯盤程序 3.3 稿紙打印程序 3.4 源程序列表程序 3.5 查找并替換程序 3.6 備份硬盤主引導扇區程序 3.7 四通-PC文本文件轉換程序 3.8 SPT文件與BMP文件的雙向轉換程序 3.9 數據庫卡片打印程序 3.10 BATCH文件轉換為COM文件程序 3.11 機密文件的有效銷毀程序 3.12 釋放內存程序 附錄1 源程序文件索引表 附錄2 各種顯示卡及其顯示模態表
上傳時間: 2015-11-16
上傳用戶:dengzb84
linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you just want a rescue disk to have for emergencies,
標簽: bootdisk-howto filesystem describes diskettes
上傳時間: 2015-11-22
上傳用戶:wanghui2438
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.
標簽: storage implementing simplifies drivers
上傳時間: 2014-01-01
上傳用戶:txfyddz
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
標簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時間: 2015-12-04
上傳用戶:84425894
開源的目錄加密軟件,可以生成加密的虛擬磁盤,virtual disk,很不錯。
上傳時間: 2013-12-17
上傳用戶:zycidjl
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is also the support for creating and extracting multiple disk archives (on non-removable devices as well) and for password encryption and decryption. This module uses compression and decompression functions from zlib library by Jean-loup Gailly and Mark Adler.
標簽: compatible extracting modifying creating
上傳時間: 2014-12-22
上傳用戶:chfanjiang