From 40fe11fc2b0f26040c61f143cbe899c9bde9adb4 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 25 Jun 2002 22:25:17 +0000 Subject: [PATCH] Added 'Multi UNC Provider' driver stub. Added NTFS driver stub. svn path=/trunk/; revision=3147 --- reactos/Makefile | 2 +- reactos/install.bat | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index 93d9ab6ebac..33cdb28213d 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -58,7 +58,7 @@ INPUT_DRIVERS = keyboard mouclass psaux # Kernel mode file system drivers # cdfs ext2 fs_rec ms np vfat -FS_DRIVERS = cdfs fs_rec ms np vfat +FS_DRIVERS = cdfs fs_rec ms np vfat mup ntfs # Kernel mode networking drivers # afd ndis packet tcpip tdi wshtcpip diff --git a/reactos/install.bat b/reactos/install.bat index 1f0006bcd34..e6762cd95d0 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -30,6 +30,8 @@ copy drivers\fs\cdfs\cdfs.sys %ROS_INSTALL%\system32\drivers copy drivers\fs\fs_rec\fs_rec.sys %ROS_INSTALL%\system32\drivers copy drivers\fs\ms\msfs.sys %ROS_INSTALL%\system32\drivers copy drivers\fs\np\npfs.sys %ROS_INSTALL%\system32\drivers +copy drivers\fs\ntfs\ntfs.sys %ROS_INSTALL%\system32\drivers +copy drivers\fs\mup\mup.sys %ROS_INSTALL%\system32\drivers copy drivers\bus\acpi\acpi.sys %ROS_INSTALL%\system32\drivers copy drivers\bus\isapnp\isapnp.sys %ROS_INSTALL%\system32\drivers copy drivers\bus\pci\pci.sys %ROS_INSTALL%\system32\drivers @@ -57,6 +59,8 @@ copy subsys\system\autochk\autochk.exe %ROS_INSTALL%\system32 copy subsys\system\shell\shell.exe %ROS_INSTALL%\system32 copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32 copy subsys\system\services\services.exe %ROS_INSTALL%\system32 +copy subsys\system\eventlog\eventlog.exe %ROS_INSTALL%\system32 +copy subsys\system\rpcss\rpcss.exe %ROS_INSTALL%\system32 copy lib\advapi32\advapi32.dll %ROS_INSTALL%\system32 copy lib\crtdll\crtdll.dll %ROS_INSTALL%\system32 copy lib\fmifs\fmifs.dll %ROS_INSTALL%\system32 @@ -100,6 +104,7 @@ copy apps\tests\mutex\mutex.exe %ROS_INSTALL%\bin copy apps\tests\winhello\winhello.exe %ROS_INSTALL%\bin copy apps\tests\sectest\sectest.exe %ROS_INSTALL%\bin copy apps\tests\isotest\isotest.exe %ROS_INSTALL%\bin +copy apps\tests\regtest\regtest.exe %ROS_INSTALL%\bin copy apps\tests\tokentest\tokentest.exe %ROS_INSTALL%\bin copy media\fonts\helb____.ttf %ROS_INSTALL%\media\fonts copy media\fonts\timr____.ttf %ROS_INSTALL%\media\fonts