From b36ed4b1fc3cd09ff1e970bf980996056c2f4880 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 23 Aug 2001 15:37:10 +0000 Subject: [PATCH] Copy ntoskrnl and boot drivers to new location. Copy hall.dll too. svn path=/trunk/; revision=2191 --- reactos/install.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/install.bat b/reactos/install.bat index f0d99cd61f6..70b2b1c8fca 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -18,13 +18,14 @@ md %ROS_INSTALL%\media md %ROS_INSTALL%\media\fonts copy boot.bat %ROS_INSTALL% copy loaders\dos\loadros.com %ROS_INSTALL% -copy ntoskrnl\ntoskrnl.exe %ROS_INSTALL% -copy services\fs\vfat\vfatfs.sys %ROS_INSTALL% +copy ntoskrnl\ntoskrnl.exe %ROS_INSTALL%\system32 +copy hal\halx86\hal.dll %ROS_INSTALL%\system32 +copy services\fs\vfat\vfatfs.sys %ROS_INSTALL%\system32\drivers copy services\fs\ms\msfs.sys %ROS_INSTALL%\system32\drivers copy services\fs\np\npfs.sys %ROS_INSTALL%\system32\drivers copy services\bus\acpi\acpi.sys %ROS_INSTALL%\system32\drivers copy services\bus\isapnp\isapnp.sys %ROS_INSTALL%\system32\drivers -copy services\dd\ide\ide.sys %ROS_INSTALL% +copy services\dd\ide\ide.sys %ROS_INSTALL%\system32\drivers copy services\dd\floppy\floppy.sys %ROS_INSTALL%\system32\drivers copy services\input\keyboard\keyboard.sys %ROS_INSTALL%\system32\drivers copy services\input\mouclass\mouclass.sys %ROS_INSTALL%\system32\drivers