Sample File System Driver ------------------------ The sample file system driver recognizer code provided here can be^M used to design and implement your own file system driver recognizer product. !!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The code provided here is for illustration purposes only. It is not to be used as-is. Substantial modifications, enhancements and testing is required before installing any portion of the code on any machine. DO NOT EXPECT THIS CODE TO WORK. IT IS ONLY TO BE USED AS A GUIDE IN CONJUNCTION WITH THE TEXT CONTAINED IN THE BOOK IN DESIGNING YOUR OWN FSD RECOGNIZER. IT IS LACKING IN FUNCTIONALITY AND HAS NEVER BEEN INSTALLED OR TESTED AS IS COMMONLY REQUIRED. TO COMPILE THE SOURCES PROVIDED HERE, YOU MUST HAVE A COPY OF THE "ntifs.h" HEADER FILE PROVIDED BY MICROSOFT AS PART OF THE WINDOWS NT IFS KIT. !!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Files provided: -------------- src\sfsrec.c - File system driver recognizer initialization functions inc\sfsrec.h - The "main" include file; also contains useful macros src\makefile - makefile! src\sources - Contains list of files to be built; use by build.exe README.TXT - What you are reading