Author: mbosma
Date: Sat Dec 30 03:43:33 2006
New Revision: 25244
URL:
http://svn.reactos.org/svn/reactos?rev=25244&view=rev
Log:
remove vfat, changes are in trunk now.
Removed:
branches/cache_manager_rewrite/vfat/
Modified:
branches/cache_manager_rewrite/Instructions.txt
branches/cache_manager_rewrite/headers.patch
Modified: branches/cache_manager_rewrite/Instructions.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cache_manager_rewrite/Instructi…
==============================================================================
--- branches/cache_manager_rewrite/Instructions.txt (original)
+++ branches/cache_manager_rewrite/Instructions.txt Sat Dec 30 03:43:33 2006
@@ -1,1 +1,1 @@
-To build this branch apply the patch to trunk. And replace ntoskrnl/mm, ntoskrnl/cc and
drivers/filesystems/vfat with the folders from here.
+To build this branch apply the patch to trunk. And replace ntoskrnl/mm, ntoskrnl/cc with
the folders from here. Please note that the chances are very likly to be outdated.
Modified: branches/cache_manager_rewrite/headers.patch
URL:
http://svn.reactos.org/svn/reactos/branches/cache_manager_rewrite/headers.p…
==============================================================================
--- branches/cache_manager_rewrite/headers.patch (original)
+++ branches/cache_manager_rewrite/headers.patch Sat Dec 30 03:43:33 2006
@@ -23,7 +23,20 @@
+//#define USE_ROS_CC_AND_FS
- #define CACHEPAGESIZE(pDeviceExt) \
+ #define CACHEPAGESIZE(pDeviceExt) \
+Index: drivers/filesystems/vfat/vfat.h
+===================================================================
+--- drivers/filesystems/vfat/vfat.h (revision 25241)
++++ drivers/filesystems/vfat/vfat.h (working copy)
+@@ -6,7 +6,7 @@
+ #ifdef __GNUC__
+ #include <ccros.h>
+
+-#define USE_ROS_CC_AND_FS
++//#define USE_ROS_CC_AND_FS
+ #else
+ #define KEBUGCHECK KeBugCheck
+ #define KEBUGCHECKEX KeBugCheckEx
Index: include/reactos/exeformat.h
===================================================================
--- include/reactos/exeformat.h (revision 22988)