OSPLUSR2.1.1

所属分类:TCP/IP协议栈
开发工具:C++
文件大小:29910KB
下载次数:95
上传日期:2008-03-02 12:17:43
上 传 者milo2305
说明:  OSPlus delivers many new features to OS20 and OS21. It provides a device driver infrastructure, disk management, file systems and optionally USB and TCP/IP stacks.

文件列表:
OSPLUSR2.1.1\index.htm (5042, 2006-10-12)
OSPLUSR2.1.1\lib\st40\libethernet.a (1996, 2007-01-22)
OSPLUSR2.1.1\lib\st40\liblan91.a (66602, 2007-01-22)
OSPLUSR2.1.1\lib\st40\liblan9x1x.a (65192, 2007-01-22)
OSPLUSR2.1.1\lib\st40\libngbt.a (189764, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngbtd.a (194824, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngip.a (1310282, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngipd.a (1062992, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngos.a (874946, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngosd.a (796354, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngppp.a (360790, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngpppd.a (350794, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngrt.a (893374, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libngrtd.a (692794, 2006-10-06)
OSPLUSR2.1.1\lib\st40\libospluslib.a (1753800, 2006-10-10)
OSPLUSR2.1.1\lib\st40\libospluslib_d.a (2010684, 2006-10-10)
OSPLUSR2.1.1\lib\st40\libstmac110.a (102506, 2007-01-22)
OSPLUSR2.1.1\lib\st40\libstmac110_d.a (131666, 2007-01-22)
OSPLUSR2.1.1\lib\st40\libusblink.a (1157108, 2006-10-10)
OSPLUSR2.1.1\lib\st40\libusblink_d.a (1280738, 2006-10-10)
OSPLUSR2.1.1\lib\st40\vip612\libregistry.a (24424, 2006-10-05)
OSPLUSR2.1.1\lib\st40\vip612\libregistry_d.a (25736, 2006-10-05)
OSPLUSR2.1.1\lib\st40\vip211\libregistry.a (18964, 2006-10-05)
OSPLUSR2.1.1\lib\st40\vip211\libregistry_d.a (20088, 2006-10-05)
OSPLUSR2.1.1\lib\st40\tmmlr2\libregistry.a (23168, 2006-10-05)
OSPLUSR2.1.1\lib\st40\tmmlr2\libregistry_d.a (23168, 2006-10-05)
OSPLUSR2.1.1\lib\st40\null\libregistry.a (2918, 2006-10-05)
OSPLUSR2.1.1\lib\st40\null\libregistry_d.a (2918, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mediaref\libregistry.a (33166, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mediaref\libregistry_d.a (33166, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb448\libregistry.a (31932, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb448\libregistry_d.a (32756, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb442stb7109\libregistry.a (43294, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb442stb7109\libregistry_d.a (44566, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb442stb7100\libregistry.a (35998, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb442stb7100\libregistry_d.a (36382, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb411stb7109\libregistry.a (47870, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb411stb7109\libregistry_d.a (49152, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb411stb7100\libregistry.a (40682, 2006-10-05)
OSPLUSR2.1.1\lib\st40\mb411stb7100\libregistry_d.a (41144, 2006-10-05)
... ...

OSPlus Storage Example This example is designed to show how to use any supported OSPlus storage device in your application. The OSPlus storage devices include ATA, SATA, RAM disk and USB attached devices. If the current platform supports ATA or SATA or USB then it will be enabled by default when the example builds. If the current platform supports no ATA or SATA or USB, then the example will still run, but with only the RAM disk support. The example shows how to detect the various storage devices and the steps required to successfully mount the devices as volumes with file systems on them. Once mounted as the volumes may be read or written using the VFS interface, although this is not shown. When detecting fixed storage devices, if the device does not contain any valid partitions then the device will be initialised to contain a single large FAT16/32 primary partition. When detecting RAM disks, the example will first create a FAT12/16 file system by using vfs_format() on the RAM disk before attempting to mount it as a volume. When mounting a volume, on error we check the value errno. If errno is set to ENODEV, then we interpret this as there being no file system on the volume. In such a case we call vfs_format() on the volume and attempt to re-mount it. If the volume successfully mounts then the volume information is displaid. This include the volume name, mount point, partition type, file system type, size, and how the volume is connected to the platform (e.g. ATA/SATA/USB).

近期下载者

相关文件


收藏者