Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesThe Installable File System


October 1995 / Reviews / Windows 95: The Numbers / The Installable File System

A key architectural component of Windows 95 is its layered installable file system (IFS). Under MS-DOS and Windows 3.1, applications and system components that needed to handle file I/O requests had to hook into INT 21h to examine and evaluate those requests. Windows 95 supports file-system drivers as ring 0 components, instead of as real-mode MS-DOS drivers. In addition to the performance and reliability advantages of a 32-bit protected-mode architecture, the IFS can support multiple network redirectors for simultaneous access to different networks. Windows 3.1 could support no more than two network redirectors at a time.

The IFS supports the 32-bit virtual file allocation table (VFAT) driver, the 32-bit CD-ROM f ile system (CDFS) driver, and integrated 32-bit network redirectors for Windows NT and NetWare servers. With an IFS, third-party vendors can add file systems under the IFS Manager -- for example, to support other network OSes (NOSes).

Applications and system components can now access the hard disk file system through VFAT, a 32-bit protected-mode driver that is reentrant and multithreaded. In addition, the Windows 95 block I/O system supports a 32-bit, protected-mode port driver for communicating to specific drive controllers. For SCSI devices, Windows 95 integrates a SCSI layer to handle high-level SCSI calls. The combination of VFAT and the block I/O system opens a protected-mode 32-bit code path to hard disk files.

The VFAT also supports the new caching architecture of Windows 95. VCACHE, a 32-bit protected-mode cache driver that replaces real-mode SmartDrive, dynamically allocates memory for disk caching. CDFS replaces real-mode MSCDEX and requires no conventional memory. The CDFS cache shares its memory pool with the VFAT driver and, like VCACHE, is dynamic. During heavy CD-ROM usage, the system allocates more memory to the CDFS cache and returns the memory when an application requires it.


Up to the Reviews section contentsGo to previous article: Windows 95: The NumbersGo to next article: Applications 95 ArriveSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM  
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network